Skip to content

Instantly share code, notes, and snippets.

@sammoorhouse
Created April 28, 2017 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sammoorhouse/f70758637687408b77c27e7f61acf850 to your computer and use it in GitHub Desktop.
Save sammoorhouse/f70758637687408b77c27e7f61acf850 to your computer and use it in GitHub Desktop.
import pyowm
owm = pyowm.OWM('{API-KEY}')
observation = owm.weather_at_place('London,uk')
w = observation.get_weather()
w.get_wind()
w.get_humidity()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment