If you see this, the server is running.
My personal website shows data from various services. This backend fetches that data for me in a single place.
GET /steam/summary — Steam profile summaryGET /github/activity — Recent GitHub activityGET /spotify/top — Top Spotify itemsGET /spotify/now — Currently playing trackGET /misc/ping — Health checkGET /misc/report — Retrieve system reportBelow are ran locally.
POST /misc/report — Publish system report (API key required)DELETE /misc/report — Delete system report (API key required)I might or might not add a API exectioner here later