New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bugbot-github-issues

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bugbot-github-issues

A very simple client for Github Issues

latest
npmnpm
Version
1.6.0
Version published
Maintainers
1
Created
Source

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[])=>)

FAQs

Package last updated on 17 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts