node-keyboard-github

1.0.0 • Public • Published

node-keyboard-github

npm version

GitHub search plugin for node-keyboard

Installation

As Global

If you installed node-keyboard globally, then install this plugin via npm i -g node-keyboard-github

Then start node keyboard via node-keyboard, and import this plugin via const github = requireg('node-keyboard-github')

As Local

If instead you cloned node-keyboard, then install locally in that folder via npm i node-keyboard-github

Then start node keyboard via node keyboard and import this plugin via const github = require('node-keyboard-github')

Configuration

The following environment variables need to be added:

API

  • starredRepos() returns a subscription with { user, repository, languages } for every public star action on GitHub
  • sourceSearch(query: String) returns a subscription with { user, repository, items } for every public star action on GitHub for a repository containing the given query

Examples

/node-keyboard-github/

    Package Sidebar

    Install

    npm i node-keyboard-github

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • justinjmoses