0.0.2 • Published 7 years ago

apifonica v0.0.2

Weekly downloads
-
License
GPL3
Repository
-
Last release
7 years ago

This module lets you send SMS and make voice calls using the APIfonica system.

It follows the naming conventions closely, so it should be easy to use, in conjunction with the docs.

Every method returns a promise with a consistent object which holds the result, status code, and original parameters.

Example usage:

const apifonica = require('apifonica');

apifonica.api.setAccount(account) .setAuthToken(auto_token) .setNumber(number);

apifonica.sms.send('phone number', 'message');

apifonica.call.make('phone number);

0.0.2

7 years ago

0.0.1-b

7 years ago

0.0.1

7 years ago