Backend for my website and small projects
Find a file
trafficlunar 02740548de feat: show commit hash in index route
only works on coolify or if you specify the SOURCE_COMMIT environment
variable manually
2025-07-20 16:28:20 +01:00
internal feat: show commit hash in index route 2025-07-20 16:28:20 +01:00
.dockerignore feat: add docker 2024-09-25 21:58:11 +01:00
.env.example feat: roblox likes route 2025-06-28 14:12:32 +01:00
.gitignore refactor: add data directory to gitignore 2025-05-03 19:35:12 +01:00
Dockerfile feat: favicon 2025-07-20 16:25:05 +01:00
favicon.ico feat: favicon 2025-07-20 16:25:05 +01:00
go.mod feat: favicon 2025-07-20 16:25:05 +01:00
go.sum feat: favicon 2025-07-20 16:25:05 +01:00
LICENSE chore: github username change 2024-10-06 13:37:24 +01:00
main.go feat: keys, clicks, and totals in computer statistics 2025-03-22 14:20:04 +00:00
README.md fix: replace index redirection 2025-03-20 22:49:08 +00:00

api

written in go

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 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.