Radio

Platform

Multiple.

About

I’ve created a net-radio app for various platforms, for a while I used it as my own Hello, World! project.

Most recently I cobbled together a framework-free PWA version that encodes the station data in a base 64 query string, is installable, and sets the station metadata for proper native media session handling: orllewin.github.io/radio/

Previous incarnations includes a KotlinJS version, a SwiftUI MacOS desktop app, Android Compose, and maybe one or two others. These previous versions all relied on a remote hosted JSON file to hold the data, I lost the main file when I stopped paying for Neocities - I think a permissive CORs header is removed for free accounts.

They’re all fairly chaotic.

Web

orllewin.github.io/radio/

Web (KotlinJS)

github.com/orllewin/radio_web

MacOS SwiftUI

github.com/orllewin/radio_macos ## Android (old version)

github.com/orllewin/radio_android

Flutter

github.com/orllewin/radio_flutter

Status

Archived.