Definitive MapleStory music database
This database is a record all MapleStory background music tracks and related metadata. A visual representation of the data can be found at MapleStory Music.
Use Yarn to install development dependencies for this project.
The database is stored in bgm.json
, tests are specified in bgm.test.js
, and schema defined in schema.json
. Changes to bgm.json
should pass the specified test cases and validate against the JSON schema.
Tests can be run through Jest.
yarn test
Releases are cut at the beginning of every quarter, following a YYYY.Q
format. The contents of a typical release will include new song additions from the previous quarter, along with any modifications to the database during that time.