Skip to content

AlbanyCanCodeCourses/hityourmacros

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hit Your Macros

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!

Usage

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',

Contact

Rachel Rivers - https://github.com/rachelrivers

Project link - https://github.com/rachelrivers/hityourmacros

About

Final project for Javascript Fundamentals, a recipe search that displays macronutrients and calories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 44.6%
  • CSS 35.4%
  • JavaScript 20.0%