https://github.com/flexycode/sms-alert-poc
https://github.com/flexycode/sms-alert-poc
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flexycode/sms-alert-poc
- Owner: flexycode
- Created: 2019-08-07T12:28:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T01:09:18.000Z (about 3 years ago)
- Last Synced: 2025-02-13T21:56:16.804Z (11 months ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node SMS Text App
Node.js app that uses Nexmo to send SMS text messages
### Version
1.0.0
## Usage
### Installation
Install the dependencies
$ npm install
``
### Serve
To serve in the browser
```sh
$ npm start
```
## App Info
### Nexmo API Keys
You will need to add your own Nexmo api key, secret and virtual number
# sms-alert-POC