Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

commit-history-for-file

brianleroux10Apache21.0.0

returns the filesize history (in kb) for a given file on github

readme

bloato the clown

returns the filesize history (in kb) for a given file on github

install

npm i bloato

example usage

var bloato = require('bloato')
  , sparklines = require('sparklines')
  , url = 'https://github.com/mrmrs/colors/commits/master/css/colors.css' 

bloato(url, function(err, sizes) {
  console.log(sparklines(sizes))
})