Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 919 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 919 Bytes

maplebgm-db

Definitive MapleStory music database

Description

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.

Installation

Use Yarn to install development dependencies for this project.

Development and Usage

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

Versioning

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.

License

MIT