A simple app that fetches puppy recipes from various providers and prints them to the standard output. Use those recipes to cook for your puppy (not your puppy).
http://www.recipepuppy.com/api
go get github.com/georlav/recipes/cmd/recipes/...
To run the app
make run
To run the tests
make test
To produce a build
make build
Most options can be changed from config.json
- georlav - Initial work - georlav
This project is licensed under the MIT License - see the LICENSE file for details