livefyre-stream-client
v0.0.8
Published
Talk to Livefyre/stream-v4
Downloads
9
Readme
stream-client
Talk to Livefyre/stream-v4
API
var StreamClient = require('stream-client');
var stream = new StreamClient({ environment: 'production' });
stream.on('data', function (d) {
console.log('got data from stream', d);
});
stream.connect(lftoken, streamId);
Options
environment
- qa|uat|production - Which Livefyre environment's stream service you want to connect to.
make
commands
make build
- willnpm install
andbower install
make dist
- will use r.js optimizer to compile the source, UMD wrap, and place that and source maps in dist/make clean
make server
- serve the repo over httpmake deploy [env={*prod,uat,qa}]
- Deploy to lfcdn, optionally specifying a bucket env