vigosan / forecast_io

A ruby wrapper for forecast.io API
MIT License
11 stars 16 forks source link

support optional timestamp param #1

Closed alekseychaikovsky closed 8 years ago

alekseychaikovsky commented 8 years ago

as per the docs, you can add an optional time param to get the weather at a specific time https://api.forecast.io/forecast/APIKEY/LATITUDE,LONGITUDE,TIME this PR allows you to do that

alekseychaikovsky commented 8 years ago

did not see there was an official gem now