Giter VIP home page Giter VIP logo

sortyourmusic's Introduction

Sort Your Music

A web app that lets you sort your music.

Online at

http://static.echonest.com/SortYourMusic

Local Development

The following section describes how to develop Sort Your Music locally. It requires an Echo Nest and Spotify API key.

Install leveldb

$ brew install leveldb

Install requirements for API server (optionally setup virtualenv first):

$ pip install -r server/requirements.txt

Configure application keys for Echo Nest and Spotify, either export manually:

export SPOTIPY_CLIENT_ID=...
export SPOTIPY_CLIENT_SECRET=...
export SPOTIPY_REDIRECT_URI=http://...
export ECHO_NEST_API_KEY=...

or copy projenv.example, modify it, then source it:

$ . projenv

Edit web/config.js to point to localhost and update Spotify client id.

Run server

$ $(cd server ; python server2.py)

Optionally warm up server cache with top 1000 artists (this may take some time):

$ $(cd server ; python warm.py)

Connect to http://localhost:8235/SortYourMusic/

sortyourmusic's People

Contributors

plamere avatar sonneveld avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.