myweather2

0.0.3 • Public • Published

myWeather2

A simple node.js interface to the myWeather2 API.

Installing

$ npm install myweather2

Example

var myweather2 = require('myweather2');
var weather = myweather2('yourapikey');  // API Key

weather.forecast('B191AS', function(err, res) {
    console.log(res);
});

Readme

Keywords

none

Package Sidebar

Install

npm i myweather2

Weekly Downloads

3

Version

0.0.3

License

none

Last publish

Collaborators

  • wridgers