scv-connector-base
Version:
Salesforce Service Cloud Connector Base
32 lines (22 loc) • 920 B
Markdown
# Service Cloud Voice base connector
The base connector is an SDK for partner telephony systems that integrate with Salesforce Service Cloud Voice.
## Document
We’ve provided documentation in the `/docs` folder.
## Installation
### Environment setup
The developer environment requires [Node](https://nodejs.org/en/download/), [NPM](https://docs.npmjs.com/cli/install) and [webpack-dev-server](https://webpack.github.io/docs/webpack-dev-server.html).
### Installation
#### Clone the repo
#### Install the dependencies
```
$ npm install
```
### Using it
See https://github.com/salesforce/demo-scv-connector
## Testing
Lint all the source code and run all the unit tests:
```
$ npm test
```
## Contributing and Developing Locally
We welcome contributors into our repo. Please read the [contributing guidelines](https://github.com/salesforce/scv-connector-base/blob/master/CONTRIBUTING.md) for more information.