Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Update twc-api-script.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseWx2011 authored Dec 26, 2023
1 parent 08c852e commit 489a1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-scripts/twc-api-script.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
getWx();
// Here for seperation
getWxData(); {
const api2_url = ('https://api.weather.com/v3/wx/forecast/daily/5day?icaoCode=KDEN&units=e&language=en-US&format=json&apiKey=e1f10a1e78da46f5b10a1e78da96f525')
const api2_url = ('https://api.weather.com/v3/wx/forecast/daily/5day?icaoCode=KADW&units=e&language=en-US&format=json&apiKey=e1f10a1e78da46f5b10a1e78da96f525')
async function getWxIcon() {
const response = await fetch(api2_url);
const icon = await response.json();
Expand Down

0 comments on commit 489a1c8

Please sign in to comment.