The idea behind this project is to learn file read write functions and learn to use API to generate content. This app:
- Takes in a category from the user
- Searches that category on the API provided by Edamam
- Extracts name, number of ingredient required and instruction URL of 10 recipes
- Writes the name, number and ingredient in three different files. These three files act as a database for further activities
- Once the database is updated, the program prompts the user to either check the list of the recipe, or generate a random recipe
- Based on user prompt, the program accesses the database (text files), extracts the information and returns the result
Edemam API: https://developer.edamam.com/edamam-docs-recipe-api