Hacker News new | ask | show | jobs
by hanspeide 4443 days ago
I've made a service for festivals/concert venues/labels, where they can promote their events in various streaming services (e.g. Spotify, Rdio, Deezer etc.). The difference between their regular web page and the streaming apps is that the festivals can now link their news and lineup to the actual artists playing. So, if Outkast is playing at a festival they can add a news item for it, and link to Outkast's artist page where the user can read Outkast's bio and listen to their whole back catalogue. Also, the whole line up for the festival is available on one page, so it's easy to listen to all artists playing, and sort by date, stage, etc.

http://www.promotor.fm (currently only a landing page)

http://open.spotify.com/app/oyafestivalen (Spotify app for Norwegian festival Øyafestivalen)

The app is service agnostic, so it can be used with any streaming service. The only thing needed to add a new client is to create the frontend part, and link it to the back end APIs. Also, clients can add content from their own CMS and add it to the Promotor database through our APIs.

Currently there's only desktop support, but I'm working on adding mobile support for Android and iOS.