Skip to content

MSLacerda/status-hub

Repository files navigation

status-hub

A hub of various platforms/services status

Getting started

This project requires Go to be installed. On OS X with Homebrew you can just run brew install go.

Running it then should be as simple as:

$ make
$ ./bin/status-hub

Testing

make test