Compare commits
1 Commits
dee337d371
...
6e777936bf
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e777936bf |
@@ -6,8 +6,11 @@ Github info in your [bitbar](https://getbitbar.com/).
|
|||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
|
Add the following to your bitbar plugins path:
|
||||||
|
|
||||||
```
|
```
|
||||||
const info = require('github-info');
|
#!/usr/bin/env node
|
||||||
|
const info = require('path/to/github-info');
|
||||||
|
|
||||||
info({
|
info({
|
||||||
username: 'w33ble',
|
username: 'w33ble',
|
||||||
|
|||||||
Reference in New Issue
Block a user