/global-streaming-search

The global streaming service search engine.

Primary LanguageTypeScript

Global Streaming Search

The global streaming search engine. https://colaski.github.io/global-streaming-search/

Powered by the JustWatch API using JustWatch API TypeScript.

Run Locally!

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.

Why is loading taking so much time?

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!