Socket
Socket
Sign inDemoInstall

forecastioplus

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    forecastioplus

fetches forecast data from forcast.io api


Version published
Weekly downloads
4
increased by33.33%
Maintainers
1
Install size
1.29 kB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 27 Jan 2016

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc