A chrome extension to watch Disney Hotsar with your friends and family built with NodeJS, Express, Socket.io and Heroku.
Me and my friends couldn't find a working chrome extension to stream Marvel's Loki in Hotstar. So I decided to make it myself and built this project in just under 8 hours. Well it was fun!
I have plans to extend this for Netflix and Amazon Prime. If you would like to contribute, the doors are all open 😄 refer the contribution guide.
lets_party_demo.mp4
Watch the demo video in new tab for better quality.
- Upload the client folder in Chrome extension (I will be uploading it chrome store soon 🤞)
- Go to Disney Hotstar
- Share the link of the video you want to watch with you friends
- Enter your display name
- If you are the host, Start a room ( Note: Only host will have control over the video player )
- Share the room code and ask your friends to join the room.
- Enjoy Binging!
- Clone the repository
git clone https://github.com/thisissandip/what-should-i-watch-next.git
-
Upload the Client Folder in Chorme Extension.
-
Install server dependencies (You can skip this step 3 and 4, if you want to code just for the client side and use the deployed server)
npm install
- Start your local server
npm start
Your local server will start PORT 4000
- Start Playing!
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request