←back to thread

18 points devrundown | 3 comments | | HN request time: 0.748s | source

I listen to online radio all the time while working, but none of the web based apps I found fit my needs.

So I built RadioPuppy.com - https://radiopuppy.com

It’s a lightweight web app that lets you quickly search thousands of online streaming radio stations and save your favourites.

I’m using the excellent https://www.radio-browser.info API as the data source for stations.

The tech stack is: Laravel 12, Inertia.js, React, Redis, and PostgreSQL.

Future features I am thinking of...

- Let users upload their own stream URLs, so if something isn’t available via the API, they can still save and listen to it. - Plot stations on a map to browse by location. - Play History: Keep track of stations you’ve listened to,

Would love any constructive feedback, thanks!

1. Exadra37 ◴[] No.45555552[source]
I am already using it and I miss one radio on it, but once you are planning to add the possibility to add our own radio URLs then it will be perfect for me.

I nice addition would be to categorise the radios by country, language and type of music.

replies(1): >>45558588 #
2. karmakaze ◴[] No.45558588[source]
Yes, I find it frustrating to see that the country info is there with no way to filter by it.
replies(1): >>45558907 #
3. devrundown ◴[] No.45558907[source]
Good idea, adding that to the back log.