project-1b-api-github

1.0.0 • Public • Published

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))
 

Readme

Keywords

Package Sidebar

Install

DownloadsWeekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

6.44 kB

Total Files

7

Last publish

Collaborators

  • damenor