Use this repository to bootstrap a new CLINQ Bridge.
- Clone this repository (
git clone git@github.com:sipgate/clinq-bridge-boilerplate.git clinq-bridge-mycrm) - Run
rm -rf .git && git initto initialize your new git repository. - Run
yarnto install all dependencies. - Start the bridge with
yarn start. - Edit the
index.tsfile and implement the method stubs. - Test your implementation (e.g.
curl -H "X-Provider-Key: abcdef123456" -H "X-Provider-URL: https://www.example.com" http://localhost:8080/contacts). - Create a new Git repository (e.g.
clinq-bridge-mycrm) and push your bridge. - Contact us and tell us about your shiny new CLINQ-Bridge.
Prettier and TSLint are included by default. Feel free to remove these tools (or certain rules) if you don't like them.