Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
archziac authored Oct 17, 2023
1 parent 659a9d5 commit b9d8074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function dateTime() {
}

function weatherBalloon(cityID) {
var apiKey = '0aad49c894f936b25ad6663f86a790ee'; //OpenWeather API key
var apiKey = '335d11ae92721bc8b15fbbfb3f2c6c21'; //OpenWeather API key
fetch('https://api.openweathermap.org/data/2.5/weather?id=' + cityID + '&appid=' + apiKey)
.then(function(resp) {
return resp.json()
Expand Down

0 comments on commit b9d8074

Please sign in to comment.