2.2.1 • Published 1 year ago

simplejsgithubapiwrapper v2.2.1

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

githubapiwrapper

Simple NodeJS Github API Wrapper

Installation

npm install githubapiwrapper

Usage

var github = require('githubapiwrapper');
var github = new github(GITHUB TOKEN STRING);

Example

github.getRepoInfo('Artlfmj/updatebot)
.then(data => {
    console.log(data);
})
.catch(err => {
    console.log(err);
});

License

MIT

Author

Artlfmj

Contributors

Artlfmj

Repository

New works soon

https://github.com/artlfmj/githubapiwrapper

Issues

Changelog

v2.0.0

Changed

  • Added getRepoInfo
  • Added getRepoCommits
  • Added getRepoLanguages
  • Added getRepoContributors
  • Converted package to ts

v1.0.0

Changed

  • Initial release

changelog-entry

v2.0.0

2.2.1

1 year ago

2.1.2

2 years ago

2.2.0

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.0

3 years ago