update the readme
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
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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
setup javascript dependencies
Add your Last.fm API key in backend/backend.yaml
run the app engine dev-server