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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    5,709
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    5,709
  • 0.0.2
    11
  • 0.0.1
    1

Package Sidebar

Install

npm i node-spinner

Weekly Downloads

1,754

Version

0.0.4

License

MIT

Last publish

Collaborators

  • heythere
  • sebastianotto