An open API service indexing awesome lists of open source software.

https://github.com/bobvanderlinden/netgear-aircard-sms

A Node script that sends a SMS on a Netgear Aircard
https://github.com/bobvanderlinden/netgear-aircard-sms

Last synced: 29 days ago
JSON representation

A Node script that sends a SMS on a Netgear Aircard

Awesome Lists containing this project

README

        

# netgear-aircard-sms

A Node script that sends a SMS on a Netgear Aircard. This uses Google Chrome Puppeteer to emulate a browser.

## Installation

```
npm install
```

## Usage

```
NETGEAR_URL=http://192.168.1.1/index.html NETGEAR_PASSWORD=password SMS_RECEIVER=06123456 SMS_MESSAGE="hello" node index.js
```