
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
termii-node
Advanced tools
Termii-node helps you set up, test, and manage your Termii integration directly in your Node.js App. The Idea here is to simplify the process of interacting with the termii endpoints with ease.
You can install the package via NPM or Yarn:
npm install termii-node
OR
yarn add termii-node
import {getBalance} from 'termii-node';Note: This termii node package ACCEPTS an object as parameter and returns a promise. The object key value pair is based on termii's own parameters.
sendMessage({ api_key: process.env.API_KEY, to: '2347052980452', from: 'TERMI02', channel: 'generic', sms: 'Hey chief, this is just a simple sms from termii' })process.env.API_KEY (Highly recommended)getBalance() and pass appropriate paramsgetMessageHistory() and pass appropriate paramsgetNumberStatus() and pass appropriate paramssearchPhoneNumber() and pass appropriate paramsgetSenderId() and pass appropriate paramsrequestSenderId() and pass appropriate paramssendMessage() and pass appropriate paramssendMessageBulk() and pass appropriate params. In this case, the the receiver is an array of strings.sendToken() and pass appropriate paramssendVoiceToken() and pass appropriate params sendVoiceCall() and pass appropriate paramsverifyToken() pass appropriate paramssendInAppToken() and pass appropriate paramsThe MIT License (MIT). Please see License File for more information.
FAQs
Node SDK for termii messaging platform written with typesscript support
The npm package termii-node receives a total of 1 weekly downloads. As such, termii-node popularity was classified as not popular.
We found that termii-node demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.