Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.45 KB

README.md

File metadata and controls

29 lines (25 loc) · 1.45 KB

tweet-chrome

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/

Features:

  1. Fetches 30 latest tweets of handles you add in settings.
  2. Organise tweets into three different categories: text, images and text with images.
  3. Sort the tweets according to time (latest shown first).
  4. The database is updated in realtime.
  5. Pops a notification when a added handle posts a new tweet.

Installation:

  1. Download as zip or clone it.
  2. Open terminal and cd into the downloaded folder.
  3. Run
npm run build
  1. Open google chrome and then open extension manager OR enter this in address bar: chrome://extensions/
  2. Drag and drop the build folder from project folder to extension manger.

Image

  1. You will find the extension on navbar on chrome.
  2. Click on the icon to run the chrome extension.
  3. This app can also be loaded on localhost.
  4. Enter npm run start on terminal and it will load on localhost:3000