Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 400 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 400 Bytes

zrx

Install

npm install zrx

Example

var zrx = require('./zrx');
 
zrx()
  .load('http://zetta-cloud-2.herokuapp.com')
  .server('Detroit')
  .device(function(d) {
    return d.type === 'display';
  })
  .toDevice()
  .subscribe(function(device) {
    console.log(device.message);
  });

License

MIT