- Run
npm install
to install dependencies - Change the config as necessary
- Run
node stream
ornode stream_vanilla
to run stream.js - Check the output file
stream.js
is the same asstream_vanilla.js
but makes use of ES6 features, for example using const and let instead of var.
- Ollie Crook
- David Warrington