Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 699 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 699 Bytes

Recipe Finder

This is a simple web application that allows users to find recipes based on ingredients using the Edamam API.

Usage

  1. Clone this repository to your local machine.

  2. Open index.html in your web browser.

  3. Enter a list of ingredients (comma-separated) and click the "Search" button to find recipes.

API Integration

To make this recipe finder work, you'll need to obtain an API key from Edamam.

  1. Sign up for an account on the Edamam Developer Portal.

  2. Create a new application and get your APP_ID and APP_KEY.

  3. Replace 'YOUR_APP_ID' and 'YOUR_APP_KEY' in the script.js file with your actual Edamam API credentials.