An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Streaming Client
[![Test Matrix](https://github.com/purecloudlabs/genesys-cloud-streaming-client/actions/workflows/matrix.yml/badge.svg)](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**