This package has been deprecated

Author message:

Package no longer supported. Contact support@npmjs.com for more info.

leitstand-github

0.1.4 • Public • Published

leitstand-github NPM version Build Status Dependency Status

GitHub plugin for Leitstand

Installation

First, install leitstand-cli, if you haven't done yet. Then install the plugin as dependency into your Leitstand app via:

npm install leitstand-github --save

Usage

leitstand
  .widget('github-events', {
    plugin: 'github',
    settings: {
      auth: {
        type: 'token',
        token: '<TOKEN>'
      }
    },
    methods: [
    {
      name: 'activity.getEventsForOrg',
      opts: {org: 'cron-eu'},
      key: 'cron'
    },
    {
      name: 'activity.getEventsForOrg',
      opts: {org: 'leitstandjs'},
      key: 'leitstand'
    }]
  })

API

node-github

License

MIT © Sebastian Krüger

Package Sidebar

Install

npm i leitstand-github

Weekly Downloads

1

Version

0.1.4

License

MIT

Last publish

Collaborators

  • npm