Go to file
Jeffrey Paul e499651c39 added consts for shifts and limited req header size 2019-11-13 18:47:48 -08:00
.circleci have circleci push images up 2019-10-27 06:31:06 -07:00
cmd/merp renamed type as recommended to avoid stuttering 2019-11-08 21:59:16 -08:00
models refactored totally, but now exits and doesn't serve for some reason 2019-11-08 21:30:54 -08:00
.dockerignore added GAE, testing 2019-10-29 09:40:30 -07:00
.drone.yml break out build/lint into diff phases 2019-11-07 12:51:21 -08:00
.gitignore using go modules now 2019-10-29 10:12:59 -07:00
.revive.toml seems to work now 2019-11-07 13:04:57 -08:00
Dockerfile latest 2019-11-11 15:22:42 -08:00
Makefile latest 2019-11-11 15:22:42 -08:00
README.md latest 2019-11-11 15:22:42 -08:00
db.go fix linting issues 2019-11-08 22:01:59 -08:00
go.mod latest 2019-11-11 15:22:42 -08:00
go.sum latest 2019-11-11 15:22:42 -08:00
indexpage.go fixed bug 2019-11-08 05:26:59 -08:00
merp.go latest 2019-11-11 15:22:42 -08:00
server.go added consts for shifts and limited req header size 2019-11-13 18:47:48 -08:00

README.md

merp

clone of a popular iot api to learn more go

Features

  • 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

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.

author

sneak sneak@sneak.berlin