Jakub Sokołowski
59fad17e08
Signed-off-by: Jakub Sokołowski <jakub@status.im> |
||
---|---|---|
src | ||
.babelrc | ||
.gitignore | ||
Dockerfile | ||
README.md | ||
gulpfile.js | ||
package.json |
README.md
Description
This is a minimal API done using Koa and Redis for counting clicks.
It exposes just 2 calls:
PUT /click
- Increments the counter by 1 and returns current count.GET /clicks
- Returns the JSON with clicks count.
Usage
For development use:
npm run start
For building use:
npm run build