barometer
barometer copied to clipboard
A multi API consuming weather forecasting superstar.
Keyless access to Google Maps APIs has been deprecated for over a year: https://mapsplatform.googleblog.com/2016/06/building-for-scale-updates-to-google.html
We were seeing errors from Weather Underground for certain locations where a time zone name was not being returned, and Barometer was unable to parse the offset value. It looks...
I spent 2 hours on this gem wondering why it kept returning nil. If supporting historical temperatures isn't a feature and isn't on the roadmap, that should be super clear...
Error log: ``` [sx@sx-pc barometer]$ ruby w.rb Traceback (most recent call last): 48: from w.rb:4:in `' 47: from /home/sx/.gem/ruby/2.5.0/gems/barometer-0.9.7/lib/barometer/base.rb:11:in `measure' 46: from /home/sx/.gem/ruby/2.5.0/gems/barometer-0.9.7/lib/barometer/base.rb:23:in `record_time' 45: from /home/sx/.gem/ruby/2.5.0/gems/barometer-0.9.7/lib/barometer/base.rb:12:in `block in measure'...
Using the default code for creating weather information . barometer = Barometer.new("L0S1C0") creates error when postal code is entered but Zip codes working fine.
If you're not going to support historical values, which seems to be the case based on #9, the gem should return an error instead of nil when someone attempts to...
Is there a list of all the possible responses for weather.current.icon I'd like to map them to icons, but need to know the values before I am able to do...
I've been trying to get the weather for a specific date, but I keep getting this error message. I'm using rails 4. I've copied and pasted the exact code from...
Hi, I'm wondering whether it is possible to obtain the weather foreast for a certain defined time (e.g. 13:30 13/02/2013)? As far as I can see, there is no difference...