-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathfoods.py
More file actions
23 lines (16 loc) · 825 Bytes
/
foods.py
File metadata and controls
23 lines (16 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/env python3
"""foods.py at https://github.com/wilsonmar/python-samples/blob/main/foods.py
STATUS: In design.
"v002 + Walmart foods :foods.py"
This program identifies complete meal plans for specific conditions (such as low sodium and potassium)
by making APIs and read/write to a local database.
https://spoonacular.com/food-api
https://www.youtube.com/watch?v=V20Mj4w-7K4
https://www.youtube.com/watch?v=UxcdwEOCD48&t=33s = Fun APIs
https://www.postman.com/spoonacular-api/spoonacular-api/collection/rqqne3j/spoonacular-api
https://www.postman.com/spoonacular-api/spoonacular-api/api/4b798e92-89ad-4638-89d2-02fc2ee45497
https://www.reddit.com/r/tasker/comments/h7pkdu/api_whats_for_dinner_tonight_spoonacular_has_you/
No/Low Salt items at Walmart:
* No Salt Chicken Stock
* Hint of Salt Ritz crackers
"""