Skip to content

Yapapaya/bugbot-gitlab-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bugbot Github Issues

A small library for working with Github Issues.

Codeship Status for smallwins/bugbot-github-issues

bitHound Overalll Score

bitHound Dependencies

Dev Setup

Create a file .env in the root and set the following:

GITHUB_CLIENT_SECRET=your secret here
GITHUB_CLIENT_ID=your app id here
NODE_ENV=development
TOKEN=""

Use a repl or the tests to exchange a register link callback code for a token which you can add to .env for convenience.

Test

npm test

API

  github
    describe
    register((err, link)=>)
    token(code, (err, token)=>)
    repos(token, (err, repos[])=>)
    issues(token, repoID, (err, issues[])=>)

About

🐝 :octocat: ES6 client for Github Issues

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published