1.0.0 • Published 3 years ago

api-githubjs v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

API GitHub

Obtiene información de un usuario de github

Instalación

npm install githubjs-api

consola de node

const api = require('./')
api.getUserInfo('jcvaldes').then(resp => console.log(resp))

Uso

const api = require('githubjs-api')
api.getUserInfo('jcvaldes')
  .then(resp => console.log(resp))
  .catch(err => console.error(err))
1.0.0

3 years ago