Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieegan3 committed Jan 16, 2022
1 parent 0113259 commit 8296585
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# charlieegan3-music

This contains the projects which manage the data and website at
This repo contains the projects which manage the data and website at
[music.charlieegan3.com](https://music.charlieegan3.com).

![animated image of UI](./docs/ui-demo.gif)

The idea is to give myself music data throughout the year, rather than just as
part of Spotify unwrapped at the end of the year.

The site is hosted on [Netlify](https://www.netlify.com/), the data which the
site presents is stored in [BigQuery](https://cloud.google.com/bigquery). This
data is updated using a scruffy Go app in [GitHub
Actions](https://github.com/features/actions).

This project is only for my own use and is kind of hacked together. You can
read about it in a [blog post
here](https://charlieegan3.com/blog/2018/11/20/how-i-learned-to-stop-worrying-and-build-my-own-lastfm).
here](https://charlieegan3.com/blog/2018/11/20/how-i-learned-to-stop-worrying-and-build-my-own-lastfm)
on my website.
2 changes: 1 addition & 1 deletion cmd/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

var syncCommand = &cobra.Command{
Use: "sync",
Short: "commands to sync data from play sources",
Short: "sync data from various play sources",
}

var spotifySyncCommand = &cobra.Command{
Expand Down

0 comments on commit 8296585

Please sign in to comment.