Skip to content

alecholmez/GoDash

Repository files navigation

DASH

A microservice that communicates with circle ci that aggregates your followed builds with metadata.

Getting Started

  1. Set an environment variable:

    export CIRCLE_CI_AUTH_TOKEN={my_ci_token}

    You can find this under your profile settings/api tokens.

  2. Build binary:

    dep ensure -v
    ./build.sh
  3. Run:

    docker-compose up --build

    If you do not set the environment variable, the program will fail

  4. Navigate to ws://localhost:8080/dash

    This will list all your followed projects and current build info

About

A simple dashboard API that shows projects and build statuses from CircleCI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published