This program migrates your JustWatch watchlist to Letterbox. WIP.
TODO
TODO
Your computer needs the following tools installed:
- Node v22 (the usage of a version manager such as NVM is recommended)
- PNPM
- Clone the repository and visit it locally with your terminal.
- Install the project dependencies with
pnpm install
. - Duplicate the .
env.example
file and name it.env
. - Get a valid token from Justwatch — read How to get a valid JustWatch token — and paste the JUSTWATCH_TOKEN value with your token.
- Run
pnpm start