From 4aba53944ab4ba8fe8ee9f81637dd60f6c31f9db Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Thu, 20 Mar 2025 22:37:42 +0000 Subject: [PATCH] docs: update name and add features list --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbf3bc2..af87653 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ -# website-backend +# api ![written in go](https://github.com/intergrav/devins-badges/blob/v3/assets/cozy/built-with/go_64h.png?raw=true) -> the backend for my [website](https://trafficlunar.net). +trafficlunar's API + +## features + +- last.fm currently playing track + - Gets the currently playing track from my Last.FM profile +- hit counter + - Tracks the amount of visits my website has recieved +- computer statistics websocket + - The application [here](https://github.com/trafficlunar/computer) is used to send data to this WebSocket + - After the data is sent, it is turned into chart data and is displayed on my website.