/hacktoberfest-monitor

A monitor for tracking hactoberfest PRs

Primary LanguageJavaScript

Hacktoberfest Monitor

A dashboard for tracking hactoberfest PR contributions.

Setup

  1. Setup grafana and influxDB
## Setup necessary passwords in .env file
$ cp .env.sample .env

## Startup docker-compose
$ docker-compose up -d
  1. Add influx as Grafana datasource. Visit http://localhost:3000 and add datasource with InfluxDB URL http://influxdb:8086