Skip to content

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

License

Notifications You must be signed in to change notification settings

gamontal/artist-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.3%
  • CSS 30.8%
  • HTML 13.4%
  • Python 4.5%