ts-termii

0.0.1 • Public • Published

ts-termii

A TS sdk for Termii API

🎯 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()



🔨 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

📝 License

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

With ❤️, KelvinIOT

Readme

Keywords

Package Sidebar

Install

npm i ts-termii

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

14.2 kB

Total Files

10

Last publish

Collaborators

  • ebubeokorie