maintains a playlist of the song you've liked in the past x days
Go to file
2024-01-26 01:46:54 +00:00
common handle non 200 responses better 2024-01-26 01:36:49 +00:00
populater fix typo 2023-08-29 19:38:35 +01:00
web update docker hostnames to avoid conflicts when sharing network 2023-08-29 19:24:26 +01:00
.gitignore re add docker compose file 2024-01-26 01:46:54 +00:00
docker-compose.yml re add docker compose file 2024-01-26 01:46:54 +00:00
gohookr.sh add gohookr.sh script 2022-12-17 01:57:41 +00:00
readme.md update readme 2024-01-26 01:44:51 +00:00

🎵 heartbeats 🎷

Maintain a (potentially) public list of your recently liked songs so people know how cool you are

Setup

  1. Create a spotify developer account and create a new app

  2. Create a .env file with your spotify secrets:

    CLIENT_ID=<client_id>
    CLIENT_SECRET=<client_secret>
    
  3. Run docker compose up -d to start