https://github.com/fpg1503/pandacounter
🐼 A simple web app to count how many people mistyped iOS and related terms
https://github.com/fpg1503/pandacounter
api counter es6 express heroku nodejs redis
Last synced: 2 months ago
JSON representation
🐼 A simple web app to count how many people mistyped iOS and related terms
- Host: GitHub
- URL: https://github.com/fpg1503/pandacounter
- Owner: fpg1503
- License: mit
- Created: 2017-02-23T18:26:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T06:21:51.000Z (over 8 years ago)
- Last Synced: 2025-03-21T16:13:15.063Z (about 1 year ago)
- Topics: api, counter, es6, express, heroku, nodejs, redis
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PandaCounter
🐼 A simple web app to count how many people mistyped iOS and related terms
## Usage
**GET** `/` to view the animals list
**GET** `/:animal` to view current count
**POST** `/:animal` to report a dead animal
## Response format
### List
```javascript
{"animals":[":panda_face:",":koala:",":unicorn_face:",":dolphin:",":dove_of_peace:"]}
```
### Specific animal
```javascript
{":panda_face:":"3"}
```
## Requirements
- Heroku
- Heroku Redis
[](https://heroku.com/deploy)