Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 600 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 600 Bytes

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