This repository is an example of static add-ons for Stremio.
You can test this example add-on by adding the GitHub Pages URL:
https://stremio.github.io/stremio-static-addon-example/manifest.json
as the Add-on Repository URL
Now.sh is a simple to use (and free) website publishing utility.
- Install
now.sh
:
npm i -g now
- Clone Repository:
git clone --recursive http://github.com/Stremio/stremio-static-addon-example
cd stremio-static-addon-example
- Publish with
now.sh
:
$ now
now.sh
will typically print a message similar to:
> https://stremio-static-addon-example-ijshgdlgoe.now.sh [in clipboard] [3s]
> Deployment complete!
In which case, we'll use https://stremio-static-addon-example-ijshgdlgoe.now.sh/manifest.json
as the Add-on Repository URL to load our add-on in Stremio
We've made a separate repository demonstrating how to use these static files with a Node.js Express Server. The example also shows how to make a locally hosted add-on accessible remotely with the help of the localtunnel
module.
This example add-on can be found at stremio-express-static-addon.