1.0.8 • Published 4 years ago

github-info-dev v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Github-info

Github-info is a module allowing to have information on a user and his repositories. Make by D3ller & ShadowV

Usage

Import the package

const github = require('github-info-dev');

Now, we get can get information about user or repositories.

github.fetchUser('Shadowv7').then((user) => {
  console.log(user)
  /*
  UserInfo {
  name: 'Shadowv7',
  id: 60565794,
  createdAt: '2020-02-02T07:52:28Z',
  updatedAt: '2020-05-06T10:39:14Z',
  bio: 'A trash javascript developper',
  link: 'https://github.com/Shadowv7',
  repoLength: 27,
  avatarURL: 'https://avatars0.githubusercontent.com/u/60565794?v=4',
  followers: 2,
  following: 1
}
  */
})
1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago