Client library for streaming-service
Run npm install in order to install all the dependencies
Run the tests using npm test in the command line
In order to see code coverage run npm run test:coverage
Run the script npm run build
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