napsternxg
commited on
Commit
•
f4f4f95
1
Parent(s):
c919a52
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pretty_name: open recipes
|
6 |
+
size_categories:
|
7 |
+
- 100K<n<1M
|
8 |
+
---
|
9 |
+
|
10 |
+
# Open Recipes
|
11 |
+
|
12 |
+
Open Recipes is an open database of recipe bookmarks
|
13 |
+
|
14 |
+
Data taken from https://github.com/fictivekin/openrecipes
|
15 |
+
Please credit the original creators.
|
16 |
+
|
17 |
+
Collected via:
|
18 |
+
|
19 |
+
```bash
|
20 |
+
curl -O https://s3.amazonaws.com/openrecipes/20170107-061401-recipeitems.json.gz
|
21 |
+
```
|
22 |
+
|
23 |
+
## License
|
24 |
+
|
25 |
+
The Open Recipes Database is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/deed.en_US">Creative Commons Attribution 3.0 Unported License</a>.
|
26 |
+
|
27 |
+
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" /></a>
|
28 |
+
|
29 |
+
© 2013 Fictive Kin LLC
|