Converts Battlescribe roster files to Javascript.
docker container run -d -p 49160:8000 githug/roster-converter
docker container run -d -e SILENT=true -e PORT=8080 -p 49160:8080 githug/roster-converter
PORT
- Port that the application listens to.SILENT
- Set to suppress logging.
The application has two endpoints.
GET /ping
- Used for health check.POST /conversion
- Expectsmultipart/form-data
with an attached Battlescribe roster file.
docker container run -d -p 49160:8000 githug/roster-converter
curl -v -i -F "data=@rosterFile.rosz" -H "Content-Type: multipart/form-data" -X POST http://localhost:49160/conversion
SemVer for versioning. For the versions available, see the tags on this repository.
- Fredrik Mäkilä - GitHug
This project is licensed under the MIT License - see the LICENSE file for details.