proud-badge

0.0.5 • Public • Published

proud-badge v0.0.5

Badge generation for NPM downloads by author

NPM

Build status dependencies devdependencies

endorse

Use

install:

npm install proud-badge

use:

var genBadge = require('proud-badge');
genBadge(username).then(function (badgeFilename) {
    // use image file
});

Related

Why?

Because one should be proud of his work.

Small print

Author: Gleb Bahmutov © 2013

License: MIT - do anything with the code, but don't blame me if it does not work.

Spread the word: tweet, star on github, click endorse, etc.

Support: if you find any problems with this module, email / tweet / open issue on Github

History

0.0.4 / 2013-11-19

  • returning default badge, fixes #9

0.0.3 / 2013-11-19

  • added e2e testing, fixes #6, fixed travis build fixes #7

0.0.2 / 2013-11-19

  • travis build
  • added pre-git, fixes #8
  • Added grunt, fixes #4, fixes #5

0.0.1 / 2013-11-13

  • using from external module, fixes #3

0.0.0 / 2013-11-13

  • initial badge creation

Package Sidebar

Install

npm i proud-badge

Weekly Downloads

9

Version

0.0.5

License

MIT

Last publish

Collaborators

  • bahmutov