Skip to content

A socket.io client that connects to my weather experiment

Notifications You must be signed in to change notification settings

Atmatm6/node-fwe-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-fwe-client

Build Status NPM This client is an interface to my FWE.

Example

An example that logs the weather object to the console.

var WeatherClient = require('weather');
var fwe = new WeatherClient();

fwe.on('weather',function(weather){
    console.log(weather);
})

Documentation

Releases

No releases published

Packages

No packages published