commit-history-for-file

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i commit-history-for-file

Weekly Downloads

1

Version

1.0.0

License

Apache2

Last publish

Collaborators

  • brianleroux