dot-stream

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

Usage no npm install needed!

<script type="module">
  import dotStream from 'https://cdn.skypack.dev/dot-stream';
</script>

README

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