94.52
7
Created with Raphaël 2.1.002550751002015-1-52014-12-42014-12-3
Created with Raphaël 2.1.0024682015-1-52014-12-42014-12-3
3.25
0.03
//#!/usr/bin/env node
var cli = require('cli');
cli.spinner('Working..');
setTimeout(function () {
cli.spinner('Working.. done!', true); //End the spinner
}, 3000);