ncr-github-api

1.0.0 • Public • Published

API Github

Obtain user data

Usage Instructions

Follow next instructions

Instalation

npm install ncr-github-api

Usage

    const api = require('ncr-github-api');

    api.getUserData('username')
        .then(resp => {
            console.log(resp)
        })
        .catch(err=> {
            console.log(err)
        });

/ncr-github-api/

    Package Sidebar

    Install

    npm i ncr-github-api

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    7.86 kB

    Total Files

    8

    Last publish

    Collaborators

    • noecr