Collect information about repositories from GitHub's API
To install the this project in your machine, please install all dependencies by using the following command:
npm install
To run this project, run the following command:
npm start
For now, this tool is able to collect the following information:
- id
- full_name
- owner_name
- repo_name
- html_url
- created_at
- updated_at
- repo_duration_in_days
- repo_duration_in_months
- size_in_kb
- stars
- open_issues
- tags
- contributors
Click here if you would like to see an output example.
Feel free to create issues here as you need
Contributions to the this project are very welcome! We can't do this alone! Feel free to fork this project, work on it and then make a pull request.
- Thiago Ferreira - Initial work
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details