/RecipeSearchApi

Recipe Search API project that uses Python and the Edamam API

Primary LanguagePython

RecipeSearchApi

Recipe Search API project that uses Python and the Edamam API.
The API searches and finds recipes based on the user's chosen meal type, country cuisine and ingredient.

I presented this final group project for the Code First Girls 8-week Python Programming course.

Installation

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.
  • Name of the recipe, Calories & Url link will be shown in results.
  • User recipe search are saved and provided in Recipebook txt file.
  • Ingredients for the recipe are shown in the Recipebook.

User searching for their meal type, country cuisine and ingredient: recipe results

Results saved in Recipebook.txt file with ingredient list: recipebook

Built With:

  • Python
  • Pycharm