The global streaming search engine. https://colaski.github.io/global-streaming-search/
Powered by the JustWatch API using JustWatch API TypeScript.
Execute these commands in your terminal:
git clone https://github.com/Colaski/global-streaming-search.git
cd global-streaming-search
npm install
npm run start
open localhost:8000
in your browser.
The website is generated in your browser, so there isn't a powerful server rendering the website. Also, because pages are generated in-browser accessing the JustWatch API must be done through a proxy because of CORS. So running the website locally will be faster, just make sure you have Node.js installed and then follow the Run Locally comands above!