https://github.com/pitops/twilio-nodejs-sms
https://github.com/pitops/twilio-nodejs-sms
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pitops/twilio-nodejs-sms
- Owner: pitops
- Created: 2018-03-05T19:52:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:05:21.000Z (over 3 years ago)
- Last Synced: 2025-01-29T07:34:09.252Z (over 1 year ago)
- Language: JavaScript
- Size: 1.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twilio-Nodejs-SMS
### Setup
First you need to have NodeJS v8+ installed and PM2 installed globally by running `npm install -g pm2`
and then run
```npm run setup```
### Run the app
```npm start```
### To test
```npm test```