Skip to content

Small approach to unify all weather stations in a NodeJS way

License

Notifications You must be signed in to change notification settings

terox/urweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Small approach to unify all weather stations in a NodeJS way

Resources

License

Stars

Watchers

Forks

Packages

No packages published