An open API service indexing awesome lists of open source software.

https://github.com/heyitsuzair/fetch-github-user

🎩 A CLI that give you details of Github user using Github users API
https://github.com/heyitsuzair/fetch-github-user

cli cli-app github node nodejs

Last synced: 4 months ago
JSON representation

🎩 A CLI that give you details of Github user using Github users API

Awesome Lists containing this project

README

          

## 🎩 fetch-github-user

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

## Features

- Name
- Company
- Website
- Location
- Email
- Twitter Username
- Public Repos
- Public Gists
- Total Followers
- Total Followings

## Installation

Install the CLI globally. If you are windows user, run your command prompt/terminal as administrator. If you are macOS user, add ```sudo``` before the following command.

```bash
npm i -g fetch-github-user
```
## Usage

Enter the following in your terminal:

```bash
gh-user
```
The CLI will ask you to give github username. Enter the username you want to get the details of.
![Image](https://github.com/heyitsuzair/fetch-github-user/blob/master/img/cli-img.PNG "Image")