Skip to content

kacpak/anime-list-sync-tool

Repository files navigation

Anime List Synchronisation Tool Build Status

Synchronizes your anime/manga lists between AniList and MyAnimeList

Requirements

  • Node.js 8 LTS
  • yarn
  • yarn install in root directory to fetch required project dependencies
  • AniList client id
    Create new Api v2 client
    • Name - your application name
    • Client Redirect Uri - http://localhost:8666
  • cp .env-example .env in root directory and update .env with proper values (MAL user/pass, AniList client id)

Running

  • yarn start in root directory

Development

  • yarn build to build application for use with yarn start
  • yarn dev to run application in debug mode compiling on the fly
  • yarn test to run tests
    • yarn test:dev to run tests continously with code changes watcher

Releases

No releases published

Packages

No packages published