gtinoco-project-1b-api-github

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

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

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

7 kB

Total Files

7

Last publish

Collaborators

  • gtinoco