Skip to content

albino1/global-streaming-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

The global streaming service search engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 46.7%
  • TypeScript 38.4%
  • JavaScript 8.6%
  • CSS 3.7%
  • HTML 2.6%