Skip to content

Commit

Permalink
Replace api_key with new one
Browse files Browse the repository at this point in the history
  • Loading branch information
xThirteenIII committed Jan 17, 2024
1 parent d43e8f1 commit 996a04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/getResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let todayDate_YYMMDD = currentYearLastTwoDigits + currentMonth + currentDay;
let todayDate_YYYY_MM_DD = currentFullYear + "-" + currentMonth + "-" + currentDay;
let yesterdayDate_YYYY_MM_DD = currentFullYear + "-" + currentMonth + "-" + previousDay;

let api_key = "Tx8dZAeM50keheK1spm3qEZiA8EPhXahNI98M5xG"
let api_key = "2ZFnOzm474hbsRfzrHVra6GBKbHjbFdGe5F1ZyP7"
let asteroid_url = "https://api.nasa.gov/neo/rest/v1/feed?start_date="+yesterdayDate_YYYY_MM_DD+"&end_date="+todayDate_YYYY_MM_DD+"&api_key="+api_key;
//let asteroid_url = "https://api.nasa.gov/neo/rest/v1/feed?start_date=2023-10-07&end_date=2023-10-08&api_key="+api_key;

Expand Down

0 comments on commit 996a04e

Please sign in to comment.