Code
- node for server
- npm for dependencies
- Clone the repo:
git clone https://github.com/chouchua/twitterFeed.git - Install dependencies:
npm install - Create local MongoDB database called (configured in
server.js) - Replace credentials for Twitter API (configured in
config.js) -setup twitter application (TBD) - Start the app:
node server.js-code change is monitored, make sure to bundle all js sources (consult development section) - View in browser at:
http://localhost:8080 - Use Proc file
- watch js changes, run:
npm run watch
- How to set up mongodb
- create
datafolder in root of application - start mongodb instance:
- run
npm run mongod
- run
- create
TBD
- stream google business reviews