From 70f7032181c7d9ea6b5e179a982a1e12487f3bb1 Mon Sep 17 00:00:00 2001 From: Aidan Date: Sun, 13 Oct 2024 12:19:03 -0400 Subject: [PATCH] add info about music --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index db59afd..166f32a 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ The views contain both regular page shards (full HTML documents) and generic sha Thus far, shards are included for a music widget, the header, and the footer of the pages. +Music (as featured on the home page) is fetched from an API (hosted on https://biancarosa.com.br), which I am in the process of setting up for myself. It works with a LastFM account (I linked this to my Spotify) and can track your live listening with amazing accuracy. The repo can be found at [biancarosa/lastfm-last-played](https://github.com/biancarosa/lastfm-last-played). + # Using the `manage` script You may have noticed you have a `manage` file after cloning. `manage` is a command-line tool to manage the server. It can automatically start, stop, and restart your instance.