Socket
Book a DemoInstallSign in
Socket

forecastioplus

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forecastioplus

fetches forecast data from forcast.io api

latest
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

#forecastioplus

Returns parsed json object from forcast.io API based on lat and long

Example


var forecastioplus = require('forecastioplus');

var forecast = new forecastioplus.Forecast(api_key);

forecast.fetch({'lat': -31.12342, 'long': -109.2313}, function(forcastData){
	console.dir(focastData);
});

Keywords

forcast

FAQs

Package last updated on 27 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts