Backend for my website and small projects
Find a file
dependabot[bot] 2555663499
chore(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-chi/chi/compare/v5.2.1...v5.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-23 02:52:39 +00:00
.github chore: add dependabot.yml 2024-09-25 18:27:24 +01:00
internal refactor: add data directory to gitignore 2025-05-03 19:35:12 +01:00
.dockerignore feat: add docker 2024-09-25 21:58:11 +01:00
.env.example feat: github projects route 2025-05-03 16:09:46 +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/chi/v5 from 5.2.1 to 5.2.2 2025-06-23 02:52:39 +00:00
go.sum chore(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 2025-06-23 02:52:39 +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.