Organizes your bookmarks by pillaging keywords from each page
- Product Owner: Paul Bhorjee
- Scrum Master: Ben Pochily
- Development Team Members: Jason Sigmon, Kristine Yabut
Some usage instructions
- Node 0.12.x
- Express 4.2.x
- Underscore 1.8.x
- Firebase 2.3.x
- Bower 1.6.x
- bcrypt-nodejs 0.0.3
- jwt-simple 0.2.x
- body-parser 1.4.x
From within the root directory:
sudo npm install -g bower
npm install
bower install
Additionally, you will need to obtain some keys:
- Alchemy API key - place in server/api_key.txt
- Firebase url
- JWT Secret
These two should be placed in server/config.js in accordance with the following example:
var config = {
'firebaseUrl': 'URL_GOES_HERE',
'JWTSecret': 'SECRET_GOES_HERE'
};
module.exports = config;
See CONTRIBUTING.md for contribution guidelines.