Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

[Unmainted] GitHub Contributions API implementation for Node.js (unofficial).

License

Notifications You must be signed in to change notification settings

kubosho/node-github-contributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Unmainted] node-github-contributions

Not working ! (because GitHub specification change)

GitHub Contributions API implementation for Node.js (unofficial).

Build Status NPM version Dependency Status

Install

Install with npm:

npm install github-contributions

Sample

var contributions = require('./github-contributions');
contributions.fetch(':github-username', function(res, statusCode) {
    console.log(res); // GitHub Contributions data(JSON).
    console.log(statusCode); // Response HTTP status code.
});

License

MIT License

About

[Unmainted] GitHub Contributions API implementation for Node.js (unofficial).

Resources

License

Stars

Watchers

Forks

Packages

No packages published