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

/gh-search/

    Package Sidebar

    Install

    npm i gh-search

    Weekly Downloads

    0

    Version

    1.2.0

    License

    ISC

    Last publish

    Collaborators

    • mikedub