2.2.1 • Published 3 years ago
simplejsgithubapiwrapper v2.2.1
githubapiwrapper
Simple NodeJS Github API Wrapper
Installation
npm install githubapiwrapperUsage
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