Fetching the user data of a provided user from Github API
Follow the above instructions
npm install gtinoco-project-1b-api-github
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);)