Skip to content

sirhoe/clickatell-sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master: Build Status Coverage Status

This library allows access to the Clickatell's SMS API's.

Installation

This library is managed by the Node Package Manager

npm install clickatell-sms

Usage

All calls are asynchronous and returns a Promise

const clickatell = require('clickatell-sms')(apiKey);

const result = await clickatell.sendMessage(["00000000000"], "My Message");

Testing

To run the library test suite just execute npm test from the library root. Please make sure all tests are passing before pushing back any changes.

About

This library allows easy access to the Clickatell's (https://www.clickatell.com) SMS API's.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published