api-github-project
v1.0.1
Published
Access to Github API from an user
Downloads
3
Readme
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));