Weyulin
Junior Member
Hi
I'm learning front-end development and made this super simple Animal Crossing Jukebox just for fun.
You can play all the purchable songs in New Horizons and it also features a pause button, wow!
Here's the link: https://maxnorderfeldt.github.io/animal-crossing-jukebox/
My goto song is always KK Condor, do you guys have any favourites?
Here's an example showing how it looks
It uses the API http://acnhapi.com/ to retrieve the songs and the album art so a big thanks to them for hosting the data. If enough people like it I might add some more functions (I'm thinking about adding a shuffle function, an option to go through all the songs and also a mode to play ambient AC music depending on your local time similar to the background music in the game)
If you want to have a look at the code you can do so below. It was written in typescript and uses React: https://github.com/MaxNorderfeldt/animal-crossing-jukebox
I'm learning front-end development and made this super simple Animal Crossing Jukebox just for fun.
You can play all the purchable songs in New Horizons and it also features a pause button, wow!
Here's the link: https://maxnorderfeldt.github.io/animal-crossing-jukebox/
My goto song is always KK Condor, do you guys have any favourites?
Here's an example showing how it looks
It uses the API http://acnhapi.com/ to retrieve the songs and the album art so a big thanks to them for hosting the data. If enough people like it I might add some more functions (I'm thinking about adding a shuffle function, an option to go through all the songs and also a mode to play ambient AC music depending on your local time similar to the background music in the game)
If you want to have a look at the code you can do so below. It was written in typescript and uses React: https://github.com/MaxNorderfeldt/animal-crossing-jukebox