https://github.com/mattmezza/team-happiness-api
Just a simple team happiness tool backend for https://github.com/mattmezza/team-happiness
https://github.com/mattmezza/team-happiness-api
Last synced: about 1 year ago
JSON representation
Just a simple team happiness tool backend for https://github.com/mattmezza/team-happiness
- Host: GitHub
- URL: https://github.com/mattmezza/team-happiness-api
- Owner: mattmezza
- License: mit
- Created: 2017-05-11T23:00:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T08:49:18.000Z (about 9 years ago)
- Last Synced: 2025-02-13T15:36:28.056Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# team-happiness-api
Just a simple team happiness tool backend for https://github.com/mattmezza/team-happiness
This is a backend for the team happiness tool and it works like this:
- `GET` `/{name}` gets the stats of the `{name}` team
- `PUT` `/{name}/{feeling}` sends the current `{feeling}` (one of `bad`, `great` or `meh`) to the `{name}` team
The server supports `CORS` requests and exposes everything on the `8888` port.
Matteo Merola -