1.0.0 • Published 9 years ago

bloato v1.0.0

Weekly downloads
-
License
Apache2
Repository
-
Last release
9 years ago

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))
})