Skip to content

Sends a stream of dots, useful for representing progress where completion time/amount is unknown

Notifications You must be signed in to change notification settings

davidmarkclements/dot-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

dot-stream

Sends a stream of dots, useful for representing progress where completion time/amount is unknown

Example

var dot = require('dot-stream');
var dots = dot();

dots.pipe(process.stdout);

setTimeout(function () {
  dots.end();
}, 5000);

Kudos

Sponsored by nearForm

About

Sends a stream of dots, useful for representing progress where completion time/amount is unknown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published