generator-purecloud-api-nodejs
v2.0.3
Published
Node.js server integrated with PureCloud API.
Downloads
3
Readme
PureCloud Node.js API Yeoman Generator
This is a Yo generator used to create quick prototypes with node.js with the PureCloud API (purecloud-platform-client-v2).
Check out the PureCloud API Documentation.
How to use
- Run
node app.js
A sample function (POST /callback) is included. To give it a try, simply POST to http://localhost:8085/callback?queueId=YourQueueId>&phoneNumber=PhoneNumber&username=AnyString
Troubleshooting
Before installation, if needed, fix ownership for NPM packages: sudo chown -R $USER:$GROUP ~/.npm sudo chown -R $USER:$GROUP ~/.config
After clone
When you download a package, please run locally
npm update