21 lines
366 B
Markdown
21 lines
366 B
Markdown
# github-info
|
|
|
|
Github info in your [bitbar](https://getbitbar.com/).
|
|
|
|

|
|
|
|
# Usage
|
|
|
|
```
|
|
const info = require('github-info');
|
|
|
|
info({
|
|
username: 'w33ble',
|
|
token: 'not required, but highly recommended',
|
|
repos: [ 'org/repo', 'w33ble/emo' ]
|
|
});
|
|
```
|
|
|
|
#### License
|
|
|
|
MIT © [w33ble](https://github.com/w33ble) |