nktfh100 / stremio-simkl

Stremio addon to display your Simkl Watchlists.
https://stremio-simkl.nktfh100.com
9 stars 0 forks source link
simkl stremio stremio-addon

Stremio Simkl Watchlists Addon

Stremio addon to display your Simkl Watchlists.

Install addon

Configure addon

Development

Create .env files inside backend and frontend folders based on the .env.example files.

You will need a redis server running, A TMDB API key, and a Simkl app.

To create a Simkl app: Simkl Developer Settings.

Run npm install inside both folders.

And to start run npm run dev to start each service in development mode.

Tech Stack

The backend is a simple and stateless express server that uses redis to cache the TMDB API responses.

The user configuration for the addon (Simkl user token) is encrypted using aes-192-cbc.

Backend

Frontend

Contributing

Contributions are welcome! if you have any suggestions or issues please open an issue or a pull request.