Skip to content

jaydattc/twitter-helpdesk

Repository files navigation

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/

Run locally

git clone https://github.com/jaydattc/twitter-helpdesk
cd twitter-helpdesk
npm run install-deps
npm run start

Run development backend server only

npm run server

Run development backend server and client

npm run dev

Features

  • Login with twitter API
  • Persist tweets in the database
  • Get mentioned tweets and replies in realtime

About

Twitter Helpdesk: Assessment test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages