coderwall.com module for displaying coderwall badges
npm install coderwall- Author: Aaron Bieber
var cw = new coderwall( {
user: 'qbit',
orientation: 'vertical', // default is vertical
images: __dirname + '/images', // local path to where images should be saved
url: '/coderwall' // static for now
});
cw.get();
cw.connect( app );
-----
.get(): Gets json and images for a specific user
.connect(): Takes an express/connect object and creates the appropriate
request handlers
cw.coder_element: the "section" element for badge displaying.
cw.coder_css: the coderwall css file.
cw.coder_js: the coderwall js file.