Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 403 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 403 Bytes

forecast-io

Forecast IO APIv2 Wrapper implementation: http://forecast.io/

Composer Install

{
  "require" : {
    "opwoco/forecast-io-php": "~1.3"
  }
}

Usage

$WeatherService = new \Forecast\Service('<api-key>');
var_dump($WeatherService->fetch(25.79036, -80.13623));

For response specifics, see API Documentation