If you see this, the server is running; There's nothing much you can do from here though.
My personal website shows data from various services. This backend fetches that data for me in a single place.
GET /steam/summary — Steam profile summary. Query parameters: typeGET /github/activity — Recent GitHub activityGET /spotify/top — Top Spotify items. Query parameters: type, time_range, limit,
offset, fullGET /spotify/now — Currently playing trackGET /misc/ping — Health checkGET /misc/report — Retrieve system reportComes from blog.arhm.dev
POST /blog/record-view — Verify signed payload then count in RedisI invoke these locally
POST /misc/report — Tracks my system specs and when I'm online (API Key required)DELETE /misc/report — Delete system report (API key required)I might or might not add a API exectioner here later