Socket
Socket
Sign inDemoInstall

every8d-sms

Package Overview
Dependencies
131
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    every8d-sms

Node.js wrapper for every8d sms api.


Version published
Weekly downloads
9
decreased by-81.25%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

Node.js wrapper for every8d sms api.

Usage

npm install every8d-sms
const sms = require('every8d-sms');
const result1 = await sms.send(url, uid, password, ...);
console.log(result1);

const result2 = await sms.getCredit(url, uid, password);
console.log(result2);

Reference:

https://www.teamplus.tech/product/every8d-download/

FAQs

Last updated on 17 Nov 2022

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