spirelli/clickcount
1
0
Fork
You've already forked clickcount
0
A simple click counter
  • Rust 52.7%
  • Nix 47.3%
2025年11月17日 15:02:06 +01:00
src Initial commit 2025年11月17日 12:31:31 +01:00
.gitignore Initial commit 2025年11月17日 12:31:31 +01:00
Cargo.lock Initial commit 2025年11月17日 12:31:31 +01:00
Cargo.toml Added author and description 2025年11月17日 13:05:22 +01:00
flake.lock Fixed nix flake 2025年11月17日 12:39:31 +01:00
flake.nix Fixed nix flake 2025年11月17日 12:39:31 +01:00
README.md Fix typo 2025年11月17日 15:02:06 +01:00

clickcount

A simple click counter

Can be used with nix run, or just normally e.g.

# with nix run
nix run git+https://codeberg.org/spirelli/clickcount <address>
# with cargo run
cargo run -- <address>
# generating and running the executable
cargo build
target/{debug, release}/clickcount <address>

Here, <address> is the address and port to bind to. Afterwards, the following pages will be accessible over HTTP:

  • http://<address>/increment increments the counter by 1
  • http://<address>/count displays the current count