cheshire137 / soma-chrome

Chrome extension to listen to SomaFM web radio stations from your browser.
https://chrome.google.com/webstore/detail/somaplayer/dpcghdgbhjkihgnnbojldhjmcbieofgo?hl=en&gl=US&authuser=1
MIT License
58 stars 20 forks source link

Fetch stations from SomaFM api #20

Closed code-for-coffee closed 8 years ago

code-for-coffee commented 8 years ago

I have modified popup.coffee and popup.haml to automatically fetch channel listings from the SomaFM API. They are fetched when a new instance of SomaPlayer() is instantiated.

cheshire137 commented 8 years ago

I'm trying this out now! Thanks!

cheshire137 commented 8 years ago

I'll take it! I'll make it fall back to a hardcoded list if the JSON errors out, so the user should still see most stations regardless. Thanks!