Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
VirusZzHkP authored Oct 12, 2022
1 parent 4b86224 commit 06a4d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let weather = {
apiKey: "31411a93b4034e57610ea4fbf182aeb4",
apiKey: "YOUR-API-KEY-GOES-HERE",
fetchWeather: function (city) {
fetch(
"https://api.openweathermap.org/data/2.5/weather?q=" +
Expand Down

0 comments on commit 06a4d01

Please sign in to comment.