gh-search

1.2.0 • Public • Published

gh-search

A simply utility to search GitHub API

Install

$ npm i gh-search -S

Usage

import ghSearch from 'gh-search';
 
ghSearch('javascript', { sort: 'stars' })
  .then(res => console.log(res));

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i gh-search

Weekly Downloads

1

Version

1.2.0

License

ISC

Last publish

Collaborators

  • mikedub