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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.04latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.04

Package Sidebar

Install

npm i project-1b-api-github

Weekly Downloads

4

Version

1.0.0

License

MIT

Unpacked Size

6.44 kB

Total Files

7

Last publish

Collaborators

  • damenor