An prototype Electron menubar app that shows the playlist for the WSGE radio station, and shows notifications for new songs.
This app polls the WSGE playlist for new songs, and uses the Spotify API to get a Spotify uri, which opens the Spotify desktop app to that track/record.
The playlist view, accessible from the menubar:
Simple notifications:
Notification clicks open Spotify:
First, install dependencies:
npm install
Then run it:
npm start
To build a MacOS app:
npm run build