0.0.1 • Published 8 months ago

ts-termii v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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 okorieebube1@gmail.com , 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.

Technologies

  • Typescript
  • NodeJS

:memo: License

This project is under license from MIT. For more details, see the LICENSE file.

With :heart:, KelvinIOT

0.0.1

8 months ago