ncr-github-api
v1.0.0
Published
Github API of a user
Downloads
9
Readme
API Github
Obtain user data
Usage Instructions
Follow next instructions
Instalation
npm install ncr-github-apiUsage
const api = require('ncr-github-api');
api.getUserData('username')
.then(resp => {
console.log(resp)
})
.catch(err=> {
console.log(err)
});