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

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

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 -