github-info-inspector

1.0.1 • Public • Published

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();

/github-info-inspector/

    Package Sidebar

    Install

    npm i github-info-inspector

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    5.15 kB

    Total Files

    7

    Last publish

    Collaborators

    • codyisthesenate