Skip to content

Parse your tagged releases on RYM and be able to sort and filter your collection by artist name, album name, genre and year.

License

Notifications You must be signed in to change notification settings

lvchkn/rym-tags-parser

Repository files navigation

RYM tags parser

Trying to make as few requests as possible in order not to put pressure on the servers.

How to run locally

  1. Create .env file in the app's root directory (use .env.example as a reference).

  2. Start the compose stack:

    docker compose up
  3. Run the following commands:

    npm i
    npm run start

Run tests:

Ensure the compose stack is not running, then run the tests:

npm run test

About

Parse your tagged releases on RYM and be able to sort and filter your collection by artist name, album name, genre and year.

Resources

License

Stars

Watchers

Forks