464 B
464 B
github-info
Github info in your bitbar.
Usage
Clone this repo and add the following to your bitbar plugins path:
#!/usr/bin/env node
const info = require('path/to/github-info');
info({
username: 'w33ble',
token: 'not required, but highly recommended',
repos: [ 'org/repo', 'w33ble/emo' ]
});
License
MIT © w33ble