0.0.4 • Published 9 years ago

node-spinner v0.0.4

Weekly downloads
7,998
License
MIT
Repository
github
Last release
9 years ago

node-spinner

Port of visionmedia/go-spin to node.

Installation

$ npm install node-spinner

Example

var s = Spinner();

setInterval(function(){
	process.stdout.write('\r \033[36mcomputing\033[m ' + s.next());
}, 250);

License

MIT