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

react-sms77

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-sms77

![Sms77.io Logo](https://www.sms77.io/wp-content/uploads/2019/07/sms77-Logo-400x79.png "Sms77.io Logo")

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Sms77.io Logo

Installation

npm install react-sms77

or

yarn add react-sms77

Usage

import React from 'react';
import ReactDOM from 'react-dom';
import Sms77 from 'react-sms77';

ReactDOM.render(
    <Sms77 
        apiKey='MY_SUPER_SECRET_API_KEY_FROM_SMS77IO' 
        to='+4901234567890' />,
    document.getElementById('root')
);

Props

apiKey: string = ''

to: string = ''

If you don't set an API key, you will get prompted to do so after typing in your message in the textarea. The same goes for the "to" prop which defines the recipient of the sent message.

FAQs

Package last updated on 16 Jun 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