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 build
npm run start
open localhost:8000
in your browser.
docker run -p 8000:8000 colaski/global-streaming-search
https://hub.docker.com/r/colaski/global-streaming-search
Because pages were generated in-browser, accessing the JustWatch API had to be done through a proxy because of CORS. Unfortunately, the service that was hosting the proxy is no longer available for free. Thus, the website is down for the forseeable future.