Skip to content

genarot/npm-lib-project-1b-api-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Npm lib course, creating a project to get the user info from the github api

Resources

License

Stars

Watchers

Forks

Packages

No packages published