1.0.0 • Published 4 years ago

project-1b-api-github v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

proyect-1b-api-github

Module to get data from a user from the github api

Install

npm proyect-1b-api-github

Use

// Get data from a user from the github api
const { getUser } = require('proyect-1b-api-github')

const userName = 'damenor'

getUser(userName)
  .then(data => console.log(data))
  .catch(error => console.error(error))
1.0.0

4 years ago