Compare commits
1 Commits
6e777936bf
...
dee337d371
| Author | SHA1 | Date | |
|---|---|---|---|
| dee337d371 |
14
README.md
14
README.md
@@ -1,9 +1,21 @@
|
||||
# github-info
|
||||
|
||||
Github info in your bitbar.
|
||||
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)
|
||||
Reference in New Issue
Block a user