github-user-by-name
v1.0.0
Published
github user id
Downloads
1
Readme
API GITHUB
Obtener un usuario por id
Instrucciones de uso
Instilación
npm install github-user-by-name
usar
const api = require('github-user-by-name');
api.getUserData(<usuario>).then(reponse => response)
.catch(error=> console.log(error))