node-spinner

Simple Spinner for the Terminal.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
node-spinner
0.0.49 years ago10 years agoMinified + gzip package size for node-spinner in KB

Readme

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