Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 797 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 797 Bytes

⚠ Update:

🙃 Twitter restricted its search to registered users. Link

Twitter Broadcasts Search

A Twitter filtered search to only get the live broadcasts hosted on Twitter itself, Built using Vanilla JS and Node.js.

Demo:

Demo.mp4

How to Run Locally:

$ git clone https://github.com/mohmousad/Twitter-Broadcast-Search

To run the server:

$ cd Twitter-Broadcast-Search && cd server
$ npm install && npm run dev

To run the frontend:

$ cd ..
  • at /assets/script.js change serverURL value to http://localhost:3000/
  • open index.html