https://github.com/raineorshine/shelter-text
Node server that responds to texts with a list of shelter bed availability.
https://github.com/raineorshine/shelter-text
Last synced: 3 months ago
JSON representation
Node server that responds to texts with a list of shelter bed availability.
- Host: GitHub
- URL: https://github.com/raineorshine/shelter-text
- Owner: raineorshine
- License: isc
- Created: 2016-06-05T00:16:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-05T18:49:22.000Z (about 9 years ago)
- Last Synced: 2025-03-10T15:09:35.456Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shelter-text
A node server that responds to text messages with a list of shelter bed availability.
Try it out! Send a text to:
> (720) 999-9616
## Running the server
1. Copy `.env` to `.env.local` and set `TWILIO_TOKEN`
2. Start the server:```sh
$ node app.js
```## Deploying
1. `heroku config:add TWILIO_TOKEN=MY_TWILIO_TOKEN`
2. `git push heroku master`## License
ISC © [Raine Revere](https://raine.tech)