Skip to content

VarunkumarCS/WeatherAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

WeatherAPI

In this project, I'm getting an API data of weather for my selected town, city (longitude, latitude) from 'https://openweathermap.org/'.

Then I do the following on the above API data mentioned:

a) Pulling the API data in the JSON format.

b) Pulling all the attributes from the API data.

c) Parsing the Data

  • Print the Town/ city Name.
  • Printing the Temperature.
  • Printing the Visibility.

I've used (Requests, JSON, PPRINT, JSON Decode Error, Time) packages in the Python script.

About

In this project, I'm getting an API data of weather for my selected town, city (longitude, latitude) from 'https://openweathermap.org/'.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages