
To improve my coding skills last month I built this web app: MusicBabies.app , a baby names generator based on your music taste (I know, random).
Pretty simple actually.
I use the Spotify API to connect to your profile, and get your favorite songs from all time. With those songs, I get the artist and then I use a Wikipedia API to look up for the members’ names. From those I get the first names, pseudonyms or “aka” names. Finally I mix that names with the user last name and present all of it in a custom record using the song that inspired everything. When people share their creations, a custom share image is rendered on demand with their unique name.
Give it a try and tell me what you got and if you like it.