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

https://github.com/pitops/twilio-nodejs-sms


https://github.com/pitops/twilio-nodejs-sms

Last synced: about 1 year ago
JSON representation

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```