Skip to content

schu34/Tuneweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>
}

Releases

No releases published

Packages

No packages published