ghanalize
Version:
Github Profile Analize
36 lines (20 loc) • 978 B
Markdown
GitHub Profile Analyze
This project provides a tool for analyzing GitHub profiles. The tool accesses a user's GitHub profile, gathers various statistics, and displays them. For example, statistics such as the number of followers, following count, popular languages, and number of repositories can be obtained.
Github Url : https://github.com/AbdullahCoban28/ghanalize
Npm Url : https://www.npmjs.com/package/ghanalize
Installation
Node.js is required for using the project. You can install the dependencies by running:
```console
npm install
npm install axios
```
# Usage
To analyze a GitHub profile, you can run the following command:
```console
node index.js <username>
```
Replace <username> with the GitHub username you want to analyze.
# Contributing
Contributions are welcome! Feel free to open issues or submit pull requests.
# License
This project is licensed under the MIT License - see the LICENSE file for details.