Skip to content

Instantly share code, notes, and snippets.

@gdiggs
Created January 31, 2015 15:03
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 gdiggs/f23afe122497cf9d5ccb to your computer and use it in GitHub Desktop.
Save gdiggs/f23afe122497cf9d5ccb to your computer and use it in GitHub Desktop.
require 'weather-api'
woeid = '12761740'
response = Weather.lookup(woeid, Weather::Units::FARENHEIT)
puts "#{response.condition.temp}\u00B0 #{response.condition.text}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment