@jonasdoesthings/github-contributions
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

github-contributions

A simple TypeScript library to fetch GitHub's contribution chart for a user

LICENSE npm version

Installation

npm install @jonasdoesthings/github-contributions
or
yarn add @jonasdoesthings/github-contributions

Usage

import {fetchContributions} from '@jonasdoesthings/github-contributions';

fetchContributions("JonasDoesThings").then(contributions => {
  console.log(contributions)
});

fetchContributions("JonasDoesThings", 2021).then(contributions => {
  console.log(contributions)
});

License

The project is licensed under the MIT license.
Check the LICENSE file, for the full legal-notice.

Readme

Keywords

none

Package Sidebar

Install

npm i @jonasdoesthings/github-contributions

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

18.1 kB

Total Files

8

Last publish

Collaborators

  • jonasdoesthings