UNPKG

pullhub

Version:

Get pull requests from one or more repos filtered by labels

5 lines (3 loc) 132 B
const config = require('./config') const Github = require('github-api') module.exports = new Github({ token: config.githubToken })