project-1b-api-hub
v1.0.0
Published
access to github api of an user
Readme
API Github
Get user info of the given username.
Instructions
Follow the instructions
Installation
npm install project-1b-api-hubUse
const api = require('project-1b-api-hub');
(async () => {
const result = await api.getUserInfo('username');
})();
