Socket
Socket
Sign inDemoInstall

nigeria-bulk-sms

Package Overview
Dependencies
8
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nigeria-bulk-sms

This is package to help javascript developers with seemless integration of Nigeria Bulk SMS api service.


Version published
Weekly downloads
33
decreased by-43.1%
Maintainers
1
Install size
8.85 MB
Created
Weekly downloads
 

Readme

Source

Logo

SMS GATEWAY API

Do you need a reliable SMS Gateway API in Nigeria? Are you a developer or bulk SMS reseller? You can interface your application, website, or system with our 247 reliable messaging gateway by using our very flexible HTTP and SMPP connections. With this, you gain international delivery, DND delivery, One Time Password, transactional messages, etc.

MIT License GPLv3 License AGPL License

Installation

Install SMS GATEWAY API with npm or yarn

  npm install --save nigeria-bulk-sms
  yarn add nigeria-bulk-sms

Usage/Examples

import { NBSMS } from nigeria-bulk-sms;

const NBSMSClient = new NBSMS({
  username: 'XXXXXXX',
  password: 'xxxxxxxxx',
  senderPhoneNumber: '090xxxxxxxxx',
});

const result = await NBSMSClient.sms.send({
  message: "hello",
  phones:['090xxxxxxxx', '080xxxxxxxx'],
  type: "call", // Optional field it can be either "call" || "tts"
});

console.log(result);
import { NBSMS } from nigeria-bulk-sms;

const NBSMSClient = new NBSMS({
  username: 'XXXXXXX',
  password: 'xxxxxxxxx',
  senderPhoneNumber: '090xxxxxxxxx',
});

const result = await NBSMSClient.sms.balance();

console.log(result);

Authors

🚀 About Me

I'm a full stack developer...

Documentation

Documentation

Keywords

FAQs

Last updated on 26 Jan 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc