ncr-github-api

1.0.0 • Public • Published

API Github

Obtain user data

Usage Instructions

Follow next instructions

Instalation

npm install ncr-github-api

Usage

    const api = require('ncr-github-api');

    api.getUserData('username')
        .then(resp => {
            console.log(resp)
        })
        .catch(err=> {
            console.log(err)
        });

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i ncr-github-api

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

7.86 kB

Total Files

8

Last publish

Collaborators

  • noecr