An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Count

## Who

This guy, probably:

![countdracula](https://user-images.githubusercontent.com/1270156/92951201-4a5e0400-f45e-11ea-854d-25724722531d.png)

## 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.