vectorwatch-sample-stream
v1.0.0
Published
A sample stream that uses vectorwatch-browser module to run in browser.
Downloads
1
Readme
A sample vectorwatch-stream that runs in browser
Installation:
npm install npm start Open http://localhost:8080/sample.html in your browser Open the console, click the two buttons
Whenever you change something in sample.js you will need to regenerate sample-bundle.js with the command:
browserify sample.js -o sample-bundle.js