node-spinner

0.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i node-spinner

Weekly Downloads

2,097

Version

0.0.4

License

MIT

Last publish

Collaborators

  • heythere
  • sebastianotto