fsahin / artist-explorer

Artist Explorer is a music discovery tool to to explore artists and music by browsing artists through a relationship tree

Home Page:https://artist-explorer.glitch.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artist Explorer

See Artist Explorer at https://artist-explorer.glitch.me/

Artists Explorer is a tool that helps serious music enthusiasts explore artist relationships and discover new music. Start from any artist and quickly navigate through trees of related artists, previewing their music as you go.

The app pulls related artist information from Spotify Web APIs. Have a look at the documentation at:

Running Locally

Not necessary but strongly suggested: Create a [virtualenv] (http://docs.python-guide.org/en/latest/dev/virtualenvs/) or use an existing one before installing dependencies of this project.

Echo Nest API calls are proxied through a flask server. You need to start the server first.

cd server
pip install -r requirements.txt
python server.py

And you also need to serve the files at the root of the project. You can use SimpleHTTPServer module in python. To do that, change directyory to the project base and enter the following command:

python -m SimpleHTTPServer

App

Libraries Used:

About

Artist Explorer is a music discovery tool to to explore artists and music by browsing artists through a relationship tree

https://artist-explorer.glitch.me/

License:MIT License


Languages

Language:JavaScript 51.3%Language:CSS 30.8%Language:HTML 13.4%Language:Python 4.5%