https://github.com/kinduff/count
It counts things with Redis
https://github.com/kinduff/count
Last synced: 13 days ago
JSON representation
It counts things with Redis
- Host: GitHub
- URL: https://github.com/kinduff/count
- Owner: kinduff
- Created: 2020-09-11T16:38:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T17:03:49.000Z (almost 6 years ago)
- Last Synced: 2025-02-22T21:43:43.232Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Count
## Who
This guy, probably:

## What
It counts things using a robust API.
## When
```
GET /:your_stupid_thing
```
Will return the number of times you ask for the thing.
```json
{ "total": 1 }
```
## Where
In `localhost:3000`, probably.
## Why
I sometimes need to count things.
## How
With Express.js, Redis, and Docker.