Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
react-sms77
Advanced tools
![Sms77.io Logo](https://www.sms77.io/wp-content/uploads/2019/07/sms77-Logo-400x79.png "Sms77.io Logo")
npm install react-sms77
or
yarn add react-sms77
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')
);
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
![Sms77.io Logo](https://www.sms77.io/wp-content/uploads/2019/07/sms77-Logo-400x79.png "Sms77.io Logo")
The npm package react-sms77 receives a total of 0 weekly downloads. As such, react-sms77 popularity was classified as not popular.
We found that react-sms77 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.