1.0.1 • Published 5 months ago

github-info-inspector v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

GitHub-info-inspector

This is an npm package that allows you to get user informations from a username.

Install

npm install GitHub-info-inspector

Usage

Import

Import module like this :

const githubInfoInspector = require("github-info-inspector");

Create new profile object :

 const profile = new githubInfoInspector("UserName");

Accessing data

User

Profile picture

You can access to url of the profile picture of the user :

await profile.user.getProfilePicture();
1.0.1

5 months ago

1.0.0

5 months ago