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.
You can either download this project as a zip file or clone using
$ git clone https://github.com/anil94/git-crawler.git
For running this project you should have NodeJs installed.
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
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
- Anil Kumar P
This project is licensed under the MIT License - see the LICENSE.md file for details