Skip to content

Commit 5fad7f8

Browse files
committed
added Readme.md
1 parent 6816c4d commit 5fad7f8

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Meal Planner with Spoonacular API
2+
3+
## Project Overview
4+
5+
The **Meal Planner** is a command-line application that helps users plan their meals based on available ingredients. By using the [Spoonacular API](https://spoonacular.com/food-api), users can search for recipes, view recipe details, and generate meal plans for the week. It also provides important details like cooking time and servings for each recipe. This tool makes meal planning efficient and fun while minimizing food waste.
6+
7+
## Features
8+
9+
- **Search Recipes by Ingredients**: Input the ingredients you have, and the app will find up to 10 recipes that include those ingredients.
10+
- **View Recipe Details**: Get detailed information about the selected recipes, including preparation time and servings.
11+
- **Plan Meals for the Week**: Generate a random meal plan for up to 7 days based on the available recipes.
12+
- **Interactive User Interface**: Provides a simple, interactive command-line interface for easy input and output.
13+
14+
## Technologies Used
15+
16+
- **Python**: Core programming language used to build the app.
17+
- **Spoonacular API**: API used for fetching recipes and detailed information about them.
18+
- **Requests**: Python library for making HTTP requests to the Spoonacular API.
19+
20+
## Prerequisites
21+
22+
Before running the application, ensure you have the following:
23+
24+
- [Python 3.x](https://www.python.org/downloads/) installed on your system.
25+
- `requests` library installed. You can install it using:
26+

0 commit comments

Comments
 (0)