Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.44 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.44 KB

We Should

Group MMS bot powered by Bandwidth.

If you want to learn more, please contact [email protected] or call (888) 686-9944.

Usage Commands

Add 415-723-1444 to a new group message thread (or directly) and text:

  • @gif phrase -> Pulls gif from Giphy
  • @weather location -> Pulls weather from DarkSky

Anything else is ignored and your chat continues as normal

Demo

Deploy

Run front end

Clone this repo

git clone https://github.com/dtolb/weshould.git
cd weshould

Install dependecies

npm run install-all

Run server

npm start

The Server will automatically reload all your changes after you save any .js, .html, or .css file.

To Resart type rs and enter

Front end

All front end files are located in public/

Pre Reqs

Env Vars

  • BANDWIDTH_USER_ID
  • BANDWIDTH_API_TOKEN
  • BANDWIDTH_API_SECRET
  • DARKSKY_KEY
  • GOOGLE_KEY
  • DATABASE_URL

Run

npm install npm start

Powered by