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