Skip to content

Commit c84e51e

Browse files
Updates to the app.js in the API part
1 parent e977a75 commit c84e51e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • Day 24 - Project 1 - Weather App

Day 24 - Project 1 - Weather App/app.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
// Task 9: Add icons to represent weather conditions.
2121
// Use weather icons based on the weather data:
2222

23+
24+
25+
26+
// Paste your API key from the openweathermap website for the loading of the data:
2327
const apiKey = 'YOUR_API_KEY_FROM_OPENWEATHERMAP';
2428

2529
// Function to fetch current weather data

0 commit comments

Comments
 (0)