Skip to content

Commit

Permalink
update API key
Browse files Browse the repository at this point in the history
  • Loading branch information
andreimaier committed Oct 31, 2023
1 parent 5b3ecd7 commit 2b842a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Food-Recipe/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Constants and Global Variables

const API_KEY = "c0ceab46e0msh0eadabf65682e61p12dd5ejsnbcab6b2c9a32";
const API_KEY = "0b5f2a4987msh1c05fadf2f97fc1p130d44jsn94374ebd2b70";
const RATE_LIMIT = 5; // Requests per second
let responseCount = 0;
const fetchQueue = [];
Expand Down Expand Up @@ -395,3 +395,7 @@ function clearResults() {
recipeContainer.removeChild(recipeContainer.firstChild);
}
}



//comment on first commit

0 comments on commit 2b842a5

Please sign in to comment.