Registry / http-client / forecast-io

forecast-io

JSON →
library2.0.2rbrubygemsunverified

A Ruby wrapper for the forecast.io (Dark Sky) API.

gem install forecast_io
INSTALL
IMPORT
SIG · FORECAST-IO
F
forecast-io
http-clientrubyv2.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ForecastIO
✓ require 'forecast_io'

Fetch weather forecast for a location

require 'forecast_io' ForecastIO.api_key = 'your-api-key' forecast = ForecastIO.forecast(37.7749, -122.4194) puts forecast.currently.summary
Debug
Known issues
gotchaAPI key required; Dark Sky API may have usage limits
fix
Obtain a free API key from https://darksky.net/dev
affects: >= 2.0.0
Upgrade
Version history
2.0.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
OpenAI (training)
1
Resources
forecast-io — gem install forecast-io · libregistry