You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
.. | ||
index.js | 5 months ago | |
license | 5 months ago | |
package.json | 5 months ago | |
readme.md | 5 months ago |
readme.md
elegant-spinner 
Elegant spinner for interactive CLI apps

Install
$ npm install --save elegant-spinner
Usage
var elegantSpinner = require('elegant-spinner');
var logUpdate = require('log-update');
var frame = elegantSpinner();
setInterval(function () {
logUpdate(frame());
}, 50);
Relevant
- log-update - Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.
License
MIT © Sindre Sorhus