test-api-github
v1.0.0
Published
Access to API github for an user
Downloads
1
Readme
API Github
get data of user from the API of Github
How to use
Follow the next instructions:
Instalation
npm install test-api-github
Use
const api = require('test-api-github');
api.getUserData('mavarona)
.then(data=>console.log(data))
.catch(err=>console.log(err));