Backend for my website and small projects
Find a file
dependabot[bot] dfc6536097
chore(deps): bump github.com/go-chi/cors from 1.2.1 to 1.2.2
Bumps [github.com/go-chi/cors](https://github.com/go-chi/cors) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/go-chi/cors/releases)
- [Commits](https://github.com/go-chi/cors/compare/v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: github.com/go-chi/cors
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-07 02:52:56 +00:00
.github chore: add dependabot.yml 2024-09-25 18:27:24 +01:00
internal feat: prometheus metrics 2025-06-30 15:22:28 +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 Merge branch 'main' of https://github.com/trafficlunar/api 2025-03-20 22:42:35 +00:00
go.mod chore(deps): bump github.com/go-chi/cors from 1.2.1 to 1.2.2 2025-07-07 02:52:56 +00:00
go.sum chore(deps): bump github.com/go-chi/cors from 1.2.1 to 1.2.2 2025-07-07 02:52:56 +00: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.