Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blacktop/how-ya-doing
- Owner: blacktop
- License: apache-2.0
- Created: 2017-02-26T16:23:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T01:16:10.000Z (over 7 years ago)
- Last Synced: 2024-06-20T06:45:55.244Z (5 months ago)
- Topics: github-api, golang, metrics, views
- Language: Go
- Size: 5.41 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)