api-github-project

1.0.1 • Public • Published

Github API

Obtain data from an user inserted as a parameter of the API of Github.

Instructions

Installation

npm install api-github-project

Usage

const api = await import('api-github-project')

api.obtainUserData('Xevurah')
    .then(
        result => console.log(result))
    .catch(
        error=> console.log(error));

Readme

Keywords

Package Sidebar

Install

npm i api-github-project

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

5.32 kB

Total Files

6

Last publish

Collaborators

  • xevurah