Backend for my website and small projects
Find a file
2025-03-20 22:42:35 +00:00
.github chore: add dependabot.yml 2024-09-25 18:27:24 +01:00
internal refactor: rename website-backend to api 2025-03-20 22:37:07 +00:00
.dockerignore feat: add docker 2024-09-25 21:58:11 +01:00
.env.example refactor: remove uptime kuma integration 2025-01-16 22:07:11 +00:00
.gitignore chore: add .gitignore 2024-09-25 17:55:18 +01:00
Dockerfile Merge branch 'main' of https://github.com/trafficlunar/api 2025-03-20 22:42:35 +00:00
go.mod refactor: rename website-backend to api 2025-03-20 22:37:07 +00:00
go.sum Merge branch 'main' of https://github.com/trafficlunar/api 2025-03-20 22:42:35 +00:00
LICENSE chore: github username change 2024-10-06 13:37:24 +01:00
main.go refactor: rename website-backend to api 2025-03-20 22:37:07 +00:00
README.md docs: update name and add features list 2025-03-20 22:41:35 +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.