proud-badge
v0.0.5
Published
Badge generation for NPM downloads by author
Downloads
17
Maintainers
Readme
proud-badge v0.0.5
Badge generation for NPM downloads by author
Use
install:
npm install proud-badge
use:
var genBadge = require('proud-badge');
genBadge(username).then(function (badgeFilename) {
// use image file
});
Related
- proud fetches downloads numbers
- proud-connect is a stand alone server generating badges with caching
- proud-heroku-app is a proud-connect service running on Heroku
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