1.0.0 • Published 1 year ago

project-1b-api-hub v1.0.0

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

API Github

Get user info of the given username.

Instructions

Follow the instructions

Installation

npm install project-1b-api-hub

Use

const api = require('project-1b-api-hub');

(async () => {
  const result = await api.getUserInfo('username');
})();
1.0.0

1 year ago