Flask-based README badge service, inspired by shields.io
1.1K
Scieldas is a service to provide metadata badges for open source project READMEs, inspired by Shields.io. It currently supports:
Built with Flask and Docker.
Running the Scieldas service requires Docker. You can either build it yourself:
$ docker build -t "autophagy:scieldas" .
$ docker run -d --name=scieldas -p 80:8080 --env TRAVIS_API_KEY=key autophagy:scieldas
Or pull the image from Docker Hub :
$ docker pull autophagy/scieldas
$ docker run -d --name=scieldas -p 80:8080 --env TRAVIS_API_KEY=key autophagy/scieldas
For more detailed information, including reqiured API keys, please see the documentation.









Content type
Image
Digest
Size
245.3 MB
Last updated
over 6 years ago
docker pull autophagy/scieldas