Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 606 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 606 Bytes

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