matrix-doc/scripts/continuserv
Richard van der Hoff 0cbf533625 Use petstore for continuserv swagger docs
Matrix.org's swagger browser is behind https, which means it can't read the
swagger from a continuserv on http. Use the petstore instead.
2017-11-14 13:02:43 +00:00
..
README continuserv: Adding README 2015-09-10 14:25:23 +01:00
index.html Use petstore for continuserv swagger docs 2017-11-14 13:02:43 +00:00
main.go Move templating into scripts dir 2017-11-08 08:37:56 +00:00

README

continuserv proactively re-generates the spec on filesystem changes, and serves it over HTTP.

To run it, you must install the `go` tool. You will also need to install fsnotify by running:
 `go get gopkg.in/fsnotify.v1`
You can then run continuserv by running:
 `go run main.go`