Fix green color, and default badge color.

This commit is contained in:
Jon Grace-Cox
2018-03-26 07:44:51 -04:00
parent debb72385a
commit 1850a95806
3 changed files with 11 additions and 9 deletions

View File

@@ -1,9 +1,10 @@
# To do list
* [x] Add `serve` mode, which starts up a web server to serve results.
* [x] Add `serve` functionality, which starts up a web server to serve results.
* [ ] Incorporate server into main anybadge module (allowing `anybadge serve`)
* [ ] Create a Docker image to run server
* [ ] Allow thresholds dictionary to be passed through URL
* [x] Create a Docker image to run server
* [ ] Add CI test for Docker image
* [ ] Add CI to push server to Docker hub
* [ ] Allow thresholds dictionary to be passed through URL
* [ ] Support common badge server URL structure
* [ ] Documentation for all docker bits