SVRourke / fetch-contribution-calendar

and npm package for retrieving github contribution count and relative level by date

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

Installation

:~$ npm install --save fetch-contribution-calendar

CDN

Usage

    fetchContributions('SVRourke')
    .then( d => {
        // DO Stuff Here
        console.log(d[5])
    })

About

and npm package for retrieving github contribution count and relative level by date


Languages

Language:JavaScript 100.0%