
Rest Counter
I made an API using Express and Typescript. It counts requests when requesting any arbitrary path. A path is abstracted into a folder
where the count gets saved.
There's is no authentication, besides the obscurity of the path you choose. That’s not the point though. I might add authentication for reseting the count in the future.
Use it to count stuff. I use it in a bookmarklet to count how many times I’ve used it.