Thoughtful Walrus
- Product Owner: Ben Rodigas
- Scrum Master: Michael Chen, Roger Thomasson
- Development Team Members: Kyle Owen, Roger Thomasson, Ben Rodigas, Michael Chen
This is an app designed for the traveler to help one find local hospitals, police stations, and emergency numbers quickly. If a user signs up, he/she is given the added feature to text all emergency contacts with their current location and a google maps of the surrounding area.
- angular 1.3.15
- bcrypt-nodejs 0.0.3
- body-parser 1.12.0
- express 4.12.2
- jwt-simple 0.2.0
- mongodb 1.4.34
- mongoose 3.8.25
- morgan 1.5.1
- twilio 1.11.1
- q 1.2.0
You will also need a twilio account. Only paid accounts can text any number. You will need to setup twilio credentials in /server/config/creds.js. Inside place something along the lines of:
module.exports = {
accountSid: 'FFFFFFFFFFFFFFFFF',
authToken: 'FFFFFFFFFFFFFFFFF',
accountPhoneNumber: "+1112223333",
distressAuthToken: 'FFFFFFFFFFFFFFFFF'
};
From within the root directory:
sudo npm install -g bower
npm install
bower install
See CONTRIBUTING.md for contribution guidelines.