A simple Electron app to play NTS Radio on your desktop.
Clone the repo and install dependencies:
npm install
npm startTo build the app:
npx electron-packager . nts-linux --platform=linux --arch=x64 --overwriteThis will generate a folder like nts-linux-linux-x64/ containing the executable.