Atmatm6 / node-fwe-client

A socket.io client that connects to my weather experiment

Home Page:http://dollopos.ga/weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A socket.io client that connects to my weather experiment

http://dollopos.ga/weather


Languages

Language:JavaScript 100.0%