Converts Battlescribe roster files to Javascript.
docker container run -d -p 49160:8000 githug/roster-converterdocker container run -d -e SILENT=true -e PORT=8080 -p 49160:8080 githug/roster-converterPORT- 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-datawith an attached Battlescribe roster file.
docker container run -d -p 49160:8000 githug/roster-converter
curl -v -i -F "[email protected]" -H "Content-Type: multipart/form-data" -X POST http://localhost:49160/conversionSemVer 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.