Initially made as an assessment test for Richpanel, this project is an twitter helpdesk which allows multiple users to login via twitter account and view the tweets which have mentioned them. It uses sockets for realtime synchronisation of new mentioned tweets and replies with the twitter webhooks and streams.
Deployed at https://rp-helpdesk.herokuapp.com/
git clone https://github.com/jaydattc/twitter-helpdesk
cd twitter-helpdesk
npm run install-deps
npm run start
npm run server
npm run dev
- Login with twitter API
- Persist tweets in the database
- Get mentioned tweets and replies in realtime