simplejsgithubapiwrapper
TypeScript icon, indicating that this package has built-in type declarations

2.2.1 • Public • Published

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

/simplejsgithubapiwrapper/

    Package Sidebar

    Install

    npm i simplejsgithubapiwrapper

    Weekly Downloads

    0

    Version

    2.2.1

    License

    ISC

    Unpacked Size

    29.8 kB

    Total Files

    7

    Last publish

    Collaborators

    • artlfmj