# git-info-crawler **Repository Path**: oGsLP/git-info-crawler ## Basic Information - **Project Name**: git-info-crawler - **Description**: A JS crawler which crawls info from one git account - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # git-info-crawler [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url] > Crawl info from one git account ## Installation ```sh $ npm install --save git-info-crawler ``` ## Usage ```js const gitInfoCrawler = require('git-info-crawler'); gitInfoCrawler('oGsLP'); ``` ## License MIT © [oGsLegolas](oGsLP.github.io) [npm-image]: https://badge.fury.io/js/git-info-crawler.svg [npm-url]: https://npmjs.org/package/git-info-crawler [travis-image]: https://travis-ci.com/oGsLP/git-info-crawler.svg?branch=master [travis-url]: https://travis-ci.com/oGsLP/git-info-crawler [daviddm-image]: https://david-dm.org/oGsLP/git-info-crawler.svg?theme=shields.io [daviddm-url]: https://david-dm.org/oGsLP/git-info-crawler [coveralls-image]: https://coveralls.io/repos/github/oGsLP/git-info-crawler/badge.svg [coveralls-url]: https://coveralls.io/github/oGsLP/git-info-crawler