Skip to content

Commit bdafab2

Browse files
Update readme.md
1 parent 8dcd0dd commit bdafab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Weather App/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Now create the GUI and make a function `getWeather()` to get the details of weat
1717

1818
- import `request` module
1919
- 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
2121

2222
While running this app, we will get some HTTPerrors like :
2323

0 commit comments

Comments
 (0)