Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suba-suresh/cfg-python-search-recipes-project
Recipe Search API project that uses Python and the Edamam API.
https://github.com/suba-suresh/cfg-python-search-recipes-project
api edmam-api pycharm python
Last synced: 2 months ago
JSON representation
Recipe Search API project that uses Python and the Edamam API.
- Host: GitHub
- URL: https://github.com/suba-suresh/cfg-python-search-recipes-project
- Owner: suba-suresh
- Created: 2024-06-16T17:02:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T19:18:58.000Z (6 months ago)
- Last Synced: 2024-09-27T06:01:50.114Z (3 months ago)
- Topics: api, edmam-api, pycharm, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cfg-python-search-recipes-project
# RecipeSearchApi
A recipe search program that uses Python and the Edamam API to find and print recipes according to the user's chosen ingredient(s) and other search criteria, including preferred cuisine type (e.g. British, Italian, Indian), dietary requirements (e.g. vegan, vegetarian, gluten-free), and maximum calories.This project was presented as part of our final group project for the [Code First Girls](https://codefirstgirls.org.uk/) **8-week Introduction to Python Programming course.**
## Installation
- Sign up for an edamam account via https://developer.edamam.com/edamam-docs-recipe-api
- Use Edamam API Key and API ID for recipe search
- Pycharm## Features
- User can choose between breakfast, brunch, lunch/dinner and snack.
- User can choose which country cuisine and specific ingredient they want.
- User will see all recipes based on their search.## Built With:
- Python
- Pycharm