Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blacktop/how-ya-doing

Monitor your Github repos activity
https://github.com/blacktop/how-ya-doing

github-api golang metrics views

Last synced: about 8 hours ago
JSON representation

Monitor your Github repos activity

Awesome Lists containing this project

README

        

how-ya-doing
============

[![License](https://img.shields.io/badge/licence-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![Build Status](https://travis-ci.org/blacktop/how-ya-doing.svg?branch=master)](https://travis-ci.org/blacktop/how-ya-doing)

Monitor your Github repos activity

Getting Started
---------------

```bash
$ brew install blacktop/tap/hyd
```

Next export a `GITHUB_ACCESS_TOKEN` environment variable with the `repo` scope selected. This will be used to OAuth to the Github API. Create yours [here](https://github.com/settings/tokens/new).

```console
$ export GITHUB_ACCESS_TOKEN=`YOUR_TOKEN`
```

Now let's check on one of your repos so we can see ... **how-ya-doing**

```console
$ hyd maliceio/malice
```

![screen](https://github.com/blacktop/how-ya-doing/raw/master/screen-shot.png)

> To quit press `Ctrl+c` or just `q`

TODO
----

- [ ] add [database](https://github.com/boltdb/bolt) for history beyond what Github gives (2 weeks)