1.0.1 • Published 1 month ago

api-github-project v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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

1 month ago

1.0.0

1 month ago