Backend for my website and small projects
Find a file
dependabot[bot] fbe376a925
chore(deps): bump github.com/lmittmann/tint from 1.0.7 to 1.1.0
Bumps [github.com/lmittmann/tint](https://github.com/lmittmann/tint) from 1.0.7 to 1.1.0.
- [Release notes](https://github.com/lmittmann/tint/releases)
- [Commits](https://github.com/lmittmann/tint/compare/v1.0.7...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/lmittmann/tint
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-26 02:24:14 +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/lmittmann/tint from 1.0.7 to 1.1.0 2025-05-26 02:24:14 +00:00
go.sum chore(deps): bump github.com/lmittmann/tint from 1.0.7 to 1.1.0 2025-05-26 02:24:14 +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.