Definitive MapleStory music database
This database is a record of all MapleStory background music tracks and related metadata. A visual representation of the data can be found at MapleStory Music.
The scope of this project is limited to MapleStory, originally published in 2003. It does not cover other titles within the franchise.
Use Yarn to install development dependencies for this project.
The database is stored in ./bgm
, tests are specified in bgm.test.js
, and
schema defined in schema.json
. Changes to the database partitions 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.