apifonica

0.0.2 • Public • Published

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);

Readme

Keywords

none

Package Sidebar

Install

npm i apifonica

Weekly Downloads

0

Version

0.0.2

License

GPL3

Last publish

Collaborators

  • marquisdegeek