Access to github API from an user
npm install gtinoco-project-1b-api-github
npm install gtinoco-project-1b-api-github
`$3
`javascript
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);)
``