Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Readme.md

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