modem-stream

1.0.1 • Public • Published

modem-stream

slow a stream down to modem speeds.

I wrote this to test quickansi.

example

var modem = require('modem-stream')
var baud = 300 //300 bits per second. about 37 characters per second.
process.stdin.pipe(modem(baud)).pipe(process.stdout)

If you cant think of anything interesting about using a terminal at 300 baud, I recommend reading underground by Suelette Dreyfus.

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    1

Package Sidebar

Install

npm i modem-stream

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • nopersonsmodules