schu34 / Tuneweb

An app for finding new music

Home Page:https://tuneweb.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tuneweb

An app for discovering new music. Still very much a work in progress.

keys.json

In order to get related artists from lastfm while developing you'll need an api key. You can grab one here if you don't have one already. Then just create a file called keys.json in the root directory with the following format:

{
  "api_key": <your_api_key> ,  
  "secret" : <your_shared_secret>
}

About

An app for finding new music

https://tuneweb.herokuapp.com/


Languages

Language:JavaScript 83.8%Language:HTML 13.3%Language:CSS 2.9%