Final project for Javascript Fundamentals Fall 2020 class with Albany Can Code. The project goal was to take what we learned in class and leverage an API to display dynamic content onto a webpage.
For this project I created a nutrition/recipe search page using Edamam. It displays the calories and macronutrients of the recipe in the results, which saves you having to find that information on the recipe's URL inbetween all of the text, links, and advertisements!
The Edamam API used for this project is the Recipe Search API. My API key is included in the repository for now but if you wanted to you could get your own free key from https://developer.edamam.com and enter it:
// const API_ID :'ENTER YOUR API ID',
// const API_key : 'ENTER YOUR API KEY',Rachel Rivers - https://github.com/rachelrivers
Project link - https://github.com/rachelrivers/hityourmacros