This little project was made for fun, just for training some go code and entertain myself.
The idea is monitor your friends in codewars to know how they doing. Make a history.
If you have any tip or recommendation, feel free to open an issue.
if you want run with docker and docker-compose:
Inside codewars-watcher directory run:
docker-compose build && docker-compose up
- Finish file store, to make optional mongodb;
- Better names to the watcher method;