Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
/ last-fm-dashboard Public archive

visualize last.fm scrobbles over time

License

Notifications You must be signed in to change notification settings

google/last-fm-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCP Hackathon project to visualize scrobbles over time

This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.

To run locally

setup python environment and dependencies

pip install -r backend/requirements.txt -t backend/lib
pip install -r frontend/requirements.txt -t frontend/lib

setup javascript dependencies

cd frontend
npm install
bower install
grunt

Add your Last.fm API key in backend/backend.yaml

run the app engine dev-server

python {$CloudSDK$}/google_appengine/dev_appserver.py dispatch.yaml backend/backend.yaml frontend/frontend.yaml

About

visualize last.fm scrobbles over time

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published