It is hosted at https://protected-thicket-15731.herokuapp.com/ This is made with ReactJs. The backend server is made with NodeJS and express. The database used in backend is MongoDB. Backend github repo: https://github.com/madhavrathi/tweet-chrome-server Backend server is hosted here: https://twitter-chrome-server.herokuapp.com/
- Fetches 30 latest tweets of handles you add in settings.
- Organise tweets into three different categories: text, images and text with images.
- Sort the tweets according to time (latest shown first).
- The database is updated in realtime.
- Pops a notification when a added handle posts a new tweet.
- Download as zip or clone it.
- Open terminal and cd into the downloaded folder.
- Run
npm run build
- Open google chrome and then open extension manager OR enter this in address bar:
chrome://extensions/
- Drag and drop the build folder from project folder to extension manger.
- You will find the extension on navbar on chrome.
- Click on the icon to run the chrome extension.
- This app can also be loaded on localhost.
- Enter
npm run start
on terminal and it will load on localhost:3000