morse-stream

0.0.0 • Public • Published

morse-stream

Build Status

transform words into morse code

example

var fs = require('fs'),
    split = require('split'),
    append = require('appendage'),
    morse = require('morse-stream')
 
fs.createReadStream('LICENSE')
  .pipe(split())
  .pipe(morse())
  .pipe(append({ after: ' / ' }))
  .pipe(process.stdout)
// - .... . / -- .. - / .-.. .. -.-. . -. ... . / -.--. -- .. - -.--.- / etc  

notes

morse-stream will emit data for every word streamed to it, split by space.

license

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i morse-stream

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • jarofghosts