Skip to content

autophagy/scieldas

Repository files navigation

Scieldas

Documentation Status Build Status LGTM Python Grade Black MIT License

Scieldas is a service to provide metadata badges for open source project READMEs, inspired by Shields.io.

Built with Flask and Docker.

Running Scieldas

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 --env GITHUB_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 --env GITHUB_API_KEY=key autophagy/scieldas

For more detailed information, including reqiured API keys, please see the documentation.

About

Scieldas is a service to provide metadata badges for open source project READMEs, inspired by Shields.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published