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);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    2
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i myweather2

Weekly Downloads

4

Version

0.0.3

License

none

Last publish

Collaborators

  • wridgers