1.0.0 • Published 4 years ago

gtinoco-project-1b-api-github v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

API Github

Fetching the user data of a provided user from Github API

Instructions for use

Follow the above instructions

Instalation

    npm install gtinoco-project-1b-api-github

Use

    const apiG =  require('gtinoco-project-1b-api-github');

    apiG.fetchUserData('genarot').then(
        resp => resp.console.log('The response', resp);
        )
        .catch(_err => console.log('error',_err);)