JSPM

simplejsgithubapiwrapper

2.2.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q26276F
  • License ISC

Simple NodeJS Github API Wrapper

Package Exports

  • simplejsgithubapiwrapper
  • simplejsgithubapiwrapper/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (simplejsgithubapiwrapper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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