merp/README.md

27 lines
547 B
Markdown
Raw Permalink Normal View History

2019-10-25 16:17:14 +00:00
# merp
2019-10-03 19:35:33 +00:00
2019-10-25 16:17:14 +00:00
clone of a popular iot api to learn more go
2019-10-03 19:35:33 +00:00
2019-11-11 23:11:38 +00:00
# Features
2019-10-04 04:20:41 +00:00
2019-11-11 23:11:38 +00:00
* send merps
* get latest merp
* get latest merps
# TODO
* merp notifications to long polling clients
* merp notifications via email
* pruning of old merps
* sending of merps using POST instead of querystring GET
2019-10-04 04:20:41 +00:00
2019-10-25 16:32:16 +00:00
# notes
the source code from this repo and all deps are included in the Docker image
by the Dockerfile, vendoring them into the build artifact without requiring
that they be copied into the git repo.
2019-10-03 19:35:33 +00:00
# author
sneak [sneak@sneak.berlin](mailto:sneak@sneak.berlin)