This project shows how to use the sipgate REST API.
- Download this project.
- Install NPM dependencies:
npm install - Create your own API client at api.sipgate.com/developer.
- Copy
.npmrc.distto.npmrcand fillclient_idandclient_secretwith your generated credentials. - Run application:
npm start - Visit localhost:3000.