Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 503 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 503 Bytes

🎶 Spotify stats

A small project to show some additional statistics for spotify: https://spotifystats.app.

Duplicate from https://github.com/felhag/lastfm-stats-web

Prepare release (sync from lastfm-stats)

set TAGNAME=5.8
git fetch lastfm-stats-web & 
git merge lastfm-stats-web/master & 
git checkout --ours -- README.md & 
git add --ignore-errors -A -f -- README.md & 
git commit -m "Merge remote-tracking branch 'lastfm-stats-web/master'"
git tag -d %TAGNAME%
git tag %TAGNAME%