0.2.0 • Published 11 years ago

nonsense v0.2.0

Weekly downloads
7
License
-
Repository
github
Last release
11 years ago

nonsense

Streams of nonsense in realtime!

Using markov chains on the letters.

example

var nonsense = require('nonsense')(4) //matching context

wordStream
  .pipe(nonsense)

at anytime, call nonsense.random() to get a randomly generated word. it will seem kinda like the words from the input stream.

word stream should be a stream of single words, with no extra whitespace.

see example/words.js for a runnable example.

License

MIT

0.2.0

11 years ago

0.1.2

11 years ago

0.1.0

11 years ago

0.0.0

11 years ago