https://github.com/siilwyn/cheers-receiver
Simple Node.js server that counts amount of cheers given.
https://github.com/siilwyn/cheers-receiver
Last synced: 4 months ago
JSON representation
Simple Node.js server that counts amount of cheers given.
- Host: GitHub
- URL: https://github.com/siilwyn/cheers-receiver
- Owner: Siilwyn
- License: isc
- Created: 2017-09-01T23:18:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T08:26:41.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T06:25:19.623Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 506 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Cheers Receiver
[![Travis Build Status][travis-badge]][travis]
[![LGTM Grade][lgtm-badge]][lgtm]Simple HTTP Node.js server that stores POST requests containing a slug in a [LevelDB](https://github.com/google/leveldb) database to count the amount of given cheers.
[travis]: https://travis-ci.com/Siilwyn/cheers-receiver
[travis-badge]: https://api.travis-ci.com/Siilwyn/cheers-receiver.svg
[lgtm]: https://lgtm.com/projects/g/Siilwyn/cheers-receiver/
[lgtm-badge]: https://tinyshields.dev/lgtm/grade/javascript/g/Siilwyn/cheers-receiver.svg