The NodeJS back-end server of the Zappy App The server pulls tweets from Twitter account based on Slack Outgoing WebHooks request and store the tweets to MongoDB.
The app is deployed on Heroku. Check the Angular Demo.
- Clone the repo on your machine
- Run
npm install
to install required dependencies - Run
npm start
for a dev server. Navigate tohttp://localhost:3000/
- NodeJS v8.9.3 LTS
- MongoDB
- Update
config/config.js
with the MongoDB connection string URI if needed - Create Twitter App Token and put it in
config.js
file.