Skip to content

prachidhingra09/GitCrawl

Repository files navigation

GitCrawl

Its a package to retrieve the github details of any user or organization created using node.js

Usage

  1. Install the package to your project using the following command
npm install gitcrawl
  1. Import the package in your project
import gitInfo from 'gitcrawl';
  • gitInfo.getUserInfo("abc") is the function to get general info of any user abc.

  • gitInfo.getRepos("abc") is the function to get all repositories of any user abc.

  • gitInfo.getFollowers("abc") is the function to get all followers of a user abc.

  • gitInfo.getOrgDetail("xyz") is the function to get any organization details of any organization xyz.

  • gitInfo.getOrgRepos("xyz") is the function to get all repositories of any organization xyz.

  • gitInfo.getPulls("xyz","abc") is the function to get all the pull requests made to abc repo of xyz user .

Built By: prachidhingra09

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published