Skip to content

Crawls through git and retrives the repo information of a given user and his/her followings.

License

Notifications You must be signed in to change notification settings

anil94/git-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-crawler

This is a basic crawler in node platform. It reads a github username and then lists his/her repositories. Simultaneously it crawls through the repositories of his/her followings.

Getting Started

You can either download this project as a zip file or clone using

$ git clone https://github.com/anil94/git-crawler.git

Prerequisities

For running this project you should have NodeJs installed.

Installing

After setting your local repo, move into your project folder

$ cd git-crawler

Then install all the required packeges by running the npm command

$ npm install

This command install all the dependencies mentioned in package.json

Running

Run the app using node command

$ node main.js

Now your app is listening on port: 3000

Verify it by navigating to your server address in your preferred browser.

localhost:3000

Enter a valid github username as search term and see the result

Authors

  • Anil Kumar P

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Crawls through git and retrives the repo information of a given user and his/her followings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published