1.2.0 • Published 10 years ago
gh-search v1.2.0
gh-search
A simply utility to search GitHub API
Install
$ npm i gh-search -SUsage
import ghSearch from 'gh-search';
ghSearch('javascript', { sort: 'stars' })
.then(res => console.log(res));LICENSE
MIT