Streaming Client
Overview
Client library for streaming-service
Installation
Run npm install
in order to install all the dependencies
Testing
Run the tests using npm test
in the command line
In order to see code coverage run npm run test:coverage
Build for Local Use
Run the script npm run build
Linting and Style
semistandard has been added and you can run linting through the command line via npm run lint
script
To fix minor styling errors, run npm run lint:fix
If you can configure you editor to run linting while typing or on save this is preferrable