0.2.0 • Published 10 years ago

haikfu v0.2.0

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

haikfu

Haiku generating node module

Build Status

Usage

var haikfu = require('haikfu');

// the .text() function accepts text input and tries to create a haiku from the contents
// errors will be thrown if input is insufficient for the task 
var haiku = haikfu.text('this line has five sounds; this line should have seven sounds. this line is five too.');
console.log(haiku);

// this line is five too
// this line should have seven sounds
// this line has five sounds

// - or -

// this line has five sounds
// this line should have seven sounds
// this line is five too
0.2.0

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago