This is a simple web application that allows users to find recipes based on ingredients using the Edamam API.
-
Clone this repository to your local machine.
-
Open
index.html
in your web browser. -
Enter a list of ingredients (comma-separated) and click the "Search" button to find recipes.
To make this recipe finder work, you'll need to obtain an API key from Edamam.
-
Sign up for an account on the Edamam Developer Portal.
-
Create a new application and get your
APP_ID
andAPP_KEY
. -
Replace
'YOUR_APP_ID'
and'YOUR_APP_KEY'
in thescript.js
file with your actual Edamam API credentials.