github-info-inspector
v1.0.1
Published
This is an npm package that allows you to get user informations from a username.
Downloads
1
Readme
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();