Simple NodeJS Github API Wrapper
npm install simplejsgithubapiwrapper
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
MITAuthor
ArtlfmjContributors
ArtlfmjRepository
New works soon
https://github.com/artlfmj/githubapiwrapperIssues
Changelog
v2.0.0
$3
- Added getRepoInfo
- Added getRepoCommits
- Added getRepoLanguages
- Added getRepoContributors`