Backend for my website and small projects
Find a file
2026-01-01 23:46:54 +00:00
internal feat: expose prometheus metrics on different port 2026-01-01 23:46:54 +00:00
.dockerignore feat: add docker 2024-09-25 21:58:11 +01:00
.env.example refactor: remove roblox code 2025-11-10 17:07:24 +00:00
.gitignore refactor: add data directory to gitignore 2025-05-03 19:35:12 +01:00
Dockerfile feat: expose prometheus metrics on different port 2026-01-01 23:46:54 +00:00
favicon.ico feat: favicon 2025-07-20 16:25:05 +01:00
go.mod chore: update packages 2025-09-22 12:01:25 +01:00
go.sum chore: update packages 2025-09-22 12:01:25 +01:00
LICENSE chore: github username change 2024-10-06 13:37:24 +01:00
main.go feat: expose prometheus metrics on different port 2026-01-01 23:46:54 +00:00
README.md feat: expose prometheus metrics on different port 2026-01-01 23:46:54 +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.
  • github
    • Gets amount of stars for my repositories