An open API service indexing awesome lists of open source software.

https://github.com/3noch/reci.py

Toy recipe site in Python
https://github.com/3noch/reci.py

Last synced: about 1 year ago
JSON representation

Toy recipe site in Python

Awesome Lists containing this project

README

          

reci.py
=======

Compare `reci.py` and `new-reci.py` for some FP-oriented improvements. The goal is usually gaining referential
transparency.

Run
---

```bash
pip install -r requirements.txt
python reci.py
```

Data
----

The raw data was copied from [here](http://openrecipes.s3.amazonaws.com/openrecipes.txt) on 2015/05/22. The database
is maintained by [Open Recipes](https://github.com/fictivekin/openrecipes).