0.0.2 • Published 12 years ago

wunderbar v0.0.2

Weekly downloads
12
License
-
Repository
github
Last release
12 years ago

wunderbar

A simple node.js interface to the Wunderground weather API.

Currently working

  • Full implementation of Wunderground Data API
  • Multiple langauge support

Work in progress

  • Layers (Rader, Satellite, and both)
  • AutoComplete API
  • Icon URL interface

Installing

$ npm install wunderbar

Don't forget to obtain an API key from here.

Usage

var wunderbar = require('wunderbar');
var weather   = new wunderbar('yourapikey');

weather.conditions('B19 1AS', function(err, res) {
    console.log(res);
});

See examples/ for more detailed usage examples.

0.0.2

12 years ago

0.0.1

13 years ago