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.dist
to.npmrc
and fillclient_id
andclient_secret
with your generated credentials. - Run application:
npm start
- Visit localhost:3000.