Skip to content

jjgonecrypto/node-keyboard-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

github api utility for node-keyboard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published