Stremio addon to display your Simkl Watchlists.
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, RPDB API key (optional) 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.
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.
- Typescript
- Node.js
- Express
- Redis (for caching)
- Typescript
- React
- Vite
- Zustand (state management)
Contributions are welcome! if you have any suggestions or issues please open an issue or a pull request.