Skip to content

lmcalpin/dogstarrelay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dogstar relay

This scrapes the DogStarRadio search screens for Sirius schedules and presents it in a format that’s easier for electronic consumption.

To get a listing of all available channels:


    http://dogstarrelay.herokuapp.com/channels.xml

To do an electronic search for a channel’s playlist:


    http://dogstarrelay.herokuapp.com/playlist.xml?channel=XXX

You can also search manually using the GUI.

This project was written primarily as a way to learn the Play! Framework 2.0 webapp using Scala. It demonstrates the built-in XML support in Scala, Asynchronous results in Play! (currently commented out as it did not appear to work on Heroku, though it works great otherwise), form submission, redirects, javascript routing with ajax, template inclusion, and more.

About

Scrape dogstarradio.com's playlist data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published