1.0.2 • Published 1 year ago

github-repo-searcher v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Github Repos Searcher

  • Github Repos Searcher is a npm package where you can fetch repository detail of any developer by their username

##Installation

# using npm
npm install github-repo-searcher

# using yarn
yarn add github-repo-searcher

Usage

const { getRepos } = require('github-repo-searcher');
getRepos({username: 'gaearon'}).then((repositories) => console.log(repositories));