Skip to content

Make a Stremio server available on the user's machine and a page to make them connect to the server with 1 click.

Notifications You must be signed in to change notification settings

andersonbosa/run-stremio-run

Repository files navigation

RUN STREMIO RUN!!

Goals

  • Provide local Stremio server
  • Make the user obtain a connection between Stremio Web and Local Stremio Server with 1 click.

Overview

If you like the project, give it a Star! 🌟

This is a simple web application that allows users to connect their local Stremio Server to Stremio Web to watch what they want.

It is built using Node.js with Express on the server-side and HTML with JavaScript on the client-side. Everything was tied using docker and docker compose

demo.webm

Getting Started

Prerequisites

  • Node.js and npm installed on your machine.
  • OR Docker with Compose plugin

Additional resources

Installation

The application will be available at http://localhost:8080 by default.

Docker (RECOMMENDED)

git clone https://github.com/andersonbosa/run-stremio-run.git
cd run-stremio-run
make start

Manually

  1. Clone the repository:
git clone https://github.com/andersonbosa/run-stremio-run.git
cd run-stremio-run
  1. Install dependencies:
npm install
  1. Start the server:
npm start

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

License

This project is licensed under the CC0 License.

About

Make a Stremio server available on the user's machine and a page to make them connect to the server with 1 click.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages