Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sms77-client

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sms77-client

API client for the sms77.io gateway

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3K
decreased by-9.05%
Maintainers
1
Weekly downloads
 
Created
Source

alt text

sms77io SMS Gateway API Client

This library relies on the the global fetch API. So in order to to use it with node u may need to install isomorphic-fetch.

Installation

Via Yarn

yarn add https://github.com/sms77io/js-client

Via NPM

npm install --save https://github.com/sms77io/js-client

Example

import Sms77Client from 'sms77-client';

new Sms77Client('MY_SUPER_SECRET_SMS77_IO_API_KEY!')
.balance()
.then(balance => console.log(`My balance is: ${balance}`))
.catch(error => console.error(error));
Implemented endpoints:
  • balance
  • contacts
  • lookup
  • pricing
  • sms
  • status
  • validate_for_voice
  • voice
ToDo
  • Tests

FAQs

Package last updated on 20 Jan 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc