ludwick / pebble-kexp-now-playing

Pebble watch app to show current KEXP radio song

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KEXP Now Playing Pebble Watch App

This repository has a simple Pebble watch app to show current KEXP radio song.

Currently it is built using CloudPebble.

You can see a picture of it in action!

KEXP Now Playing App in action.

Usage

Run the app. It should load the current song. Press the center button and it will refresh (if the song has changed).

Limitations

This version uses the official API however it is very basic in that it uses only the "latest" play request and just shows dashes if some field is missing. The egregious hack has been removed. It now also puts the text in a scroll layer and in theory will allow seeing all text.

Stuff that is busted:

  • Most HTML entities probably don't work.
  • Unicode support is pretty busted (unless magically the JSON gotten via the API copied into char[] and displayed "just works" which I highly doubt).
  • Air breaks are not handled very well. Depending on when the app was started and when you try to refresh, it may just show dashes.

About

Pebble watch app to show current KEXP radio song

License:MIT License


Languages

Language:C 49.2%Language:JavaScript 34.4%Language:Python 16.4%