vectorwatch-sample-stream

A sample stream that uses vectorwatch-browser module to run in browser.

Usage no npm install needed!

<script type="module">
  import vectorwatchSampleStream from 'https://cdn.skypack.dev/vectorwatch-sample-stream';
</script>

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