1.1.0 • Published 2 years ago

gitcrawl v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

1.1.0

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago