1.0.7 • Published 8 years ago

haikudos v1.0.7

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

Haikudos

A fairly simplistic Node.js module I created for a chatbot to allow it to write Haikus on request and at specific times throughout the day. It uses preset word patterns to ensure the result makes sense to the reader.

To add to your node, run the following

npm install haikudos --save

And then it can be used in your code as follows

var Haikudos = require('haikudos');

Haikudos(function(haiku) {
  console.log(haiku);
});

If you'd like to see how the resulting Haikus look, my bot tweets them quite often.

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago