sleepyfran / duets-database

πŸ—„ The database that hosts all in-game data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duets Database πŸ—„

This is the data that will be part of the Duets game. This includes music genres, instruments and other static data that is needed for the game to run. The game will automatically update itself with these files every once in a while.

Genres

All the genres are taken from the Sputnik Music webpage. In order to automate this, the file genre-scrapper.js inside of the scrappers folder will automatically take all the genres available in Sputnik Music and create the compatibility list between them.

Venues

All the venues are taken from this Wikipedia article. Just like with the genres, in order to automate this, the file venue-scrapper.js inside the scrappers folder contains an awfully written but working script that will automatically parse the content of that URL.

About

πŸ—„ The database that hosts all in-game data

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%