This package has been deprecated

Author message:

This package has been deprecated. Please open an issue in https://github.com/onebeyond/maintainers if you need support

systemic-github-api

0.1.0 • Public • Published

systemic-github-api

A systemic github-api component

Usage

const System = require('systemic')
const github = require('systemic-github-api')
const config = {
    github: {
        token: 'MY_OAUTH_TOKEN'
    }
}
 
new System()
    .add('config', config, { scoped: true })
    .add('github', github()).dependsOn('config')
    .start((err, components) => {
        // Do stuff with components.github
    })

Readme

Keywords

Package Sidebar

Install

npm i systemic-github-api

Weekly Downloads

1

Version

0.1.0

License

ISC

Last publish

Collaborators

  • cressie176
  • feliun
  • guidesmiths_bot
  • ulisesgascon