ts-termii
v0.0.1
Published
A TS sdk for Termii API.
Downloads
1
Readme
ts-termii
A TS sdk for Termii API
:dart: Usage
# Installation
$ yarn add ts-termii
- Send sms
const termii = new Termii(API_KEY, SENDER_ID)
let data = {
to: '2348183175686',
sms: 'The kola nut in a child\'s mouth is his own kola nut'
}
let res = await termii.sendMessage(data)
- Available Methods
const termii = new Termii(API_KEY, SENDER_ID)
termii.fetchSenderId()
termii.fetchBalance()
termii.search()
termii.history()
termii.requestSenderId()
termii.sendMessage()
termii.sendBulkMessage()
termii.sendWithAutoGeneratedNumber()
termii.sendToken()
termii.inAppToken()
:hammer: Contributions
You are welcome to contribute, or suggest changes to this sdk. Just send an Email to this address [email protected] , for immediate response.
# fork and clone the forked project
# Access the folder
$ cd termii-js
# Install dependencies
$ yarn install
# Run test
$ yarn test
Good first issue.
- Integrate the phonebook APIs on Termii.
Technologies
- Typescript
- NodeJS
:memo: License
This project is under license from MIT. For more details, see the LICENSE file.
With :heart:, KelvinIOT