0.0.2 • Published 8 years ago

haikufy v0.0.2

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

haikufy

Find haikus in text

Install

npm install haikufy

Usage

Haikufy = require('haikufy');

var haikufy = new Haikufy();
haikufy.find('An old silent pond... A frog jumps into the pond, splash! Silence again.");

// Returns: 
// [ 'An old silent pond...',
//   'A frog jumps into the pond,'
//   'splash! Silence again.' ]