Synchronizes your anime/manga lists between AniList and MyAnimeList
- Node.js 8 LTS
- yarn
yarn install
in 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 .env
in root directory and update.env
with proper values (MAL user/pass, AniList client id)
yarn start
in root directory
yarn build
to build application for use withyarn start
yarn dev
to run application in debug mode compiling on the flyyarn test
to run testsyarn test:dev
to run tests continously with code changes watcher