Synchronizes your anime/manga lists between AniList and MyAnimeList
- Node.js 8 LTS
- yarn
yarn installin root directory to fetch required project dependencies- AniList client id
Create new Api v2 clientName- your application nameClient Redirect Uri-http://localhost:8666
cp .env-example .envin root directory and update.envwith proper values (MAL user/pass, AniList client id)
yarn startin root directory
yarn buildto build application for use withyarn startyarn devto run application in debug mode compiling on the flyyarn testto run testsyarn test:devto run tests continously with code changes watcher