A website that uses data from YouTube, Niconico, bilibili, and VocaDB to rank the most viewed vocal synthesizer songs.
View a live version of the website at https://vocaloid-rankings.fly.dev.
- Clone the repository
git clone https://github.com/Duosion/vocaloid-rankings.git
- Rename
.env.local.template
to.env.local
and fill in the following fields:
- YOUTUBE_API_KEY
- A google cloud API key with access to the YouTube data API.
- Install dependencies
npm install
- Run the server
npm run dev
Join the Discord server here.
Special thanks to VocaDB for providing all non-view song data.