项目作者: Atmatm6

项目描述 :
A socket.io client that connects to my weather experiment
高级语言: JavaScript
项目地址: git://github.com/Atmatm6/node-fwe-client.git
创建时间: 2017-04-22T03:27:20Z
项目社区:https://github.com/Atmatm6/node-fwe-client

开源协议:

下载


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.

  1. var WeatherClient = require('weather');
  2. var fwe = new WeatherClient();
  3. fwe.on('weather',function(weather){
  4. console.log(weather);
  5. })

Documentation