/recipes

Primary LanguageGoMIT LicenseMIT

Tests GolangCI

Recipes

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).

Current supported providers

http://www.recipepuppy.com/api

Install only the command line tool

go get github.com/georlav/recipes/cmd/recipes/...

Makefile

To run the app

make run

To run the tests

make test

To produce a build

make build

Configuration

Most options can be changed from config.json

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details