1.0.0 • Published 7 years ago

unplugg v1.0.0

Weekly downloads
2
License
Apache License
Repository
github
Last release
7 years ago

unplugg-node

nodejs API for unplu.gg

Installation

npm install unplugg

Instance

var unplugg = require('unplugg');

Usage

unplugg.getForcast(apiKey, data, callback, forecast_to).then(function(result) {
	console.log(result);
});

Methods

Refer to the unplugg API to know about each output and explanation

Development

Feel free to fork from unplugg-node

Issues

https://github.com/sgsshankar/unplugg-node/issues

1.0.0

7 years ago