A microservice that communicates with circle ci that aggregates your followed builds with metadata.
-
Set an environment variable:
export CIRCLE_CI_AUTH_TOKEN={my_ci_token}
You can find this under your profile settings/api tokens.
-
Build binary:
dep ensure -v ./build.sh
-
Run:
docker-compose up --build
If you do not set the environment variable, the program will fail
-
Navigate to
ws://localhost:8080/dash
This will list all your followed projects and current build info