You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Weather App/readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Now create the GUI and make a function `getWeather()` to get the details of weat
17
17
18
18
- import `request` module
19
19
- store the openweathermap API key in `weatherApiKey` variable and take city name user input into `city` variable
20
-
- use `request.get().json` by passing the query `"http://api.openweathermap.org/data/2.5/weather?appid=" + weatherApiKey + "&q=" + city` to fetch the wether details in json format
20
+
- use `request.get().json` by passing the query `"http://api.openweathermap.org/data/2.5/weather?appid=" + weatherApiKey + "&q=" + city` to fetch the weather details in json format
21
21
22
22
While running this app, we will get some HTTPerrors like :
0 commit comments