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
- Host: GitHub
- URL: https://github.com/3noch/reci.py
- Owner: 3noch
- Created: 2015-05-22T20:50:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T01:42:47.000Z (about 11 years ago)
- Last Synced: 2025-03-25T07:01:59.162Z (about 1 year ago)
- Language: Python
- Size: 332 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).