le-phone-provider-twilio
v0.2.0
Published
Connect le-phone-service to Twilio
Downloads
9
Readme
le-phone-provider-twilio
Connect le-phone-service to Twilio
Installation
npm install le-phone-provider-twilio
Usage
var twilioAccountSID = /* your acount SID */
var twilioAuthToken = /* your auth token */
var PhoneProvider = require('le-phone-provider-twilio');
var provider = new PhoneProvider(twilioAccountSID, twilioAuthToken);
Tests
npm test
to run unit tests oncegulp tdd
to run unit and e2e tests when tests changegulp coverage
to run unit tests and create a code coverage report
Contributing
Please follow the project's conventions or your changes will not be accepted
Release History
- 0.1.0 Initial release