Skip to content

codelabs/WunderGround

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WunderGround API

build_status coverage_status

Python API to get weather data from Wunderground public web services

Requires to have API key from wunderground. Goto <http://wunderground.com> to get your free developer API key

To use the API

from wunderground import WunderGround

client = WunderGround("your api key")

# Get current conditions for a zipcode
zip_current = client.get_conditions_by_zipcode("94085")

# Get current conitions for a city
city_current = client.get_conditions_by_city("Sunnyvale", "CA")

About

Python APIs to work with Wunderground data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages