0.1.7 • Published 9 years ago

urweather v0.1.7

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

Your Weather

Small approach to unify all weather stations in a NodeJS way

Your Weather is a small library that try to get a normalized way to access to personal weather stations information.

Requeriments

Installation

npm install urweather --save
// file: weather.js

var urweather = require('urweather');

var station = urweather.create('wh1080', {
  interval : 60,
  debug    : false
});

station.on('data', function( data , duration ) {

  console.log(data);

});

station.listen();

Run the script

  • Unix based system:
sudo node weather.js

License

Some parts of this repository are MIT License © David Pérez Terol

Read the licenses for each adapter in adapters/

0.1.7

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago