https://github.com/purecloudlabs/genesys-cloud-streaming-client
Genesys Cloud Streaming Client
https://github.com/purecloudlabs/genesys-cloud-streaming-client
Last synced: 11 months ago
JSON representation
Genesys Cloud Streaming Client
- Host: GitHub
- URL: https://github.com/purecloudlabs/genesys-cloud-streaming-client
- Owner: purecloudlabs
- License: mit
- Created: 2018-09-06T15:53:53.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-30T03:49:10.000Z (over 1 year ago)
- Last Synced: 2024-10-30T06:26:10.799Z (over 1 year ago)
- Language: TypeScript
- Size: 7.38 MB
- Stars: 10
- Watchers: 6
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
## Streaming Client
[](https://github.com/purecloudlabs/genesys-cloud-streaming-client/actions/workflows/matrix.yml)
### 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**