1.0.0 • Published 3 years ago

@assezfacile/calls-maker v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@assezfacile/calls-marker

NodeJS library to help to create call with signalwire and/or twilio. The library create automatically all the routing for expressjs.

Install

npm install @assezfacile/calls-maker

How to use it

const { client, ServicesOptions, CallOptions } = require('@assezfacile/calls-maker');

client.initialize(new ServicesOptions({}));
call.create(new CallOptions({}));

more detail in example

1.0.0

3 years ago

0.5.0

3 years ago

0.4.8

3 years ago

0.4.7

3 years ago

0.4.6

3 years ago

0.4.5

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago