]> git.r.bdr.sh - rbdr/dead-drop/commit
Handle Menus and Store / Recall recordings (#2)
authorRubén Beltrán del Río <redacted>
Sun, 19 Feb 2017 05:14:20 +0000 (23:14 -0600)
committerGitHub <redacted>
Sun, 19 Feb 2017 05:14:20 +0000 (23:14 -0600)
commit7404eac982a0d928866aeddaa1a0ea4d1f2d3870
tree3834c528f1f88b52fcb33cc5025c6c7522bf21c7
parent5e981bca19ace2a7704f267175b6aa368e63bda0
Handle Menus and Store / Recall recordings (#2)

* Update calls for menu parsing in paw

* Add twilio and bodyparser dependencies

* Integrate menu routes

* Add redirects to all menu selections.

* Add pause to menu message

* Update paw to handle all recordings cases

* Add rec menu handler, recordings dummy handler

* Add redis related configs

* Add redis node module

* Add missing comma to config

* Remove dangling comma from config

* Update paw to validate input

* Add post validation dependencies

* Update yarn lock

* Store recordings in redis

* Say post id in spanish

* Use the word for the pound sign

* Use a timestamp shifted by 2 and truncated to 10
config/config.js
config/env.dist
docker-compose.yml
etc/dead_drop.paw
lib/controllers/main_menu.js [new file with mode: 0644]
lib/controllers/recording_menu.js [new file with mode: 0644]
lib/controllers/recordings.js [new file with mode: 0644]
lib/dead_drop.js
package.json
yarn.lock