project:cultural_radio

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
project:cultural_radio [2015/02/28 13:12] – [Team] quappiproject:cultural_radio [2016/07/04 13:14] (current) – [Team] quappi
Line 1: Line 1:
-====== Cultural Music Radio ====== +======= Cultural Music Radio ======
 +This is a **cultural music radio** which plays suitable music depending on your gps location or travel route. 
 +Our backend server looks for artists and musicians nearby the user's location and sends back an array of Spotify music tracks which will then be played on the iOS app.
 ===== Server Backend ===== ===== Server Backend =====
 We use a python server backend to process RESTful API requests. We use a python server backend to process RESTful API requests.
 Clients can send their gps location and will receive a list of Spotify tracks which have a connection to this location (e.g. the artist / musician come from there). Clients can send their gps location and will receive a list of Spotify tracks which have a connection to this location (e.g. the artist / musician come from there).
  
 +===== Javascript Web Frontend =====
 +We provide a javascript web fronted so the services can be used from any browser. The gps location is determined via html5 location services.
 ===== iOS App ===== ===== iOS App =====
 In our iOS App we get the user's location and send it to our python backend. We then receive a list of Spotify tracks which will be then played via Spotify iOS SDK.  In our iOS App we get the user's location and send it to our python backend. We then receive a list of Spotify tracks which will be then played via Spotify iOS SDK. 
 There is also a map available which shows where the user is currently located and what is around him. There is also a map available which shows where the user is currently located and what is around him.
  
 +We offer a nicely designed user interface which allows users to quickly switch between music and map view to discover both environment and music! 8-)
 +
 +{{ http://i.imgur.com/l1tD9QB.jpg?250 |}}
 ===== Source ===== ===== Source =====
-The source code is [[https://github.com/quappi/CultureRadio|published on github]].+ 
 +<GITHUB quappi/CultureRadio>
  
 ===== Data and APIs ===== ===== Data and APIs =====
Line 22: Line 29:
   * [[https://github.com/skmp|Stefanos Kornilios Mitsis Poiitidis]]   * [[https://github.com/skmp|Stefanos Kornilios Mitsis Poiitidis]]
   * [[https://github.com/quappi|Frederik Riedel]]   * [[https://github.com/quappi|Frederik Riedel]]
 +  * [[http://frogg.io|More Information]]
  
      
-{{tag>status:demo needs:dev needs:design needs:data needs:expert}}+{{tag>status:demo glam}}
  • project/cultural_radio.1425125548.txt.gz
  • Last modified: 2015/02/28 13:12
  • by quappi