This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

github-userinfo

1.0.1 • Public • Published

About

Plugin to fetch github user details from the username!

Installation

Install via NPM

 
npm install github-userinfo --save
 

Example

 
var userinfo = require('github-userinfo');
 
userinfo.get('harshdoshi999', function(err, userdetails){
    console.log(userdetails);
});
 

Package Sidebar

Install

npm i github-userinfo

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • harshdoshi999