Backend for my website and small projects
Find a file
dependabot[bot] 045643ba73
chore(deps): bump github.com/go-chi/httprate from 0.14.1 to 0.15.0
Bumps [github.com/go-chi/httprate](https://github.com/go-chi/httprate) from 0.14.1 to 0.15.0.
- [Release notes](https://github.com/go-chi/httprate/releases)
- [Commits](https://github.com/go-chi/httprate/compare/v0.14.1...v0.15.0)

---
updated-dependencies:
- dependency-name: github.com/go-chi/httprate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 02:53:02 +00:00
.github chore: add dependabot.yml 2024-09-25 18:27:24 +01:00
internal fix: create file when data store file not found 2025-03-22 14:41:54 +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 feat: data store 2025-03-22 12:05:19 +00: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/httprate from 0.14.1 to 0.15.0 2025-03-31 02:53:02 +00:00
go.sum chore(deps): bump github.com/go-chi/httprate from 0.14.1 to 0.15.0 2025-03-31 02:53:02 +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.