2.0.2 • Published 9 years ago

hall-and-oates-ipsum v2.0.2

Weekly downloads
1
License
WTFPL
Repository
github
Last release
9 years ago

Hall and Oates Ipsum

... Because Lorem Ipsum wasn't interesting enough, plus, Hall and Oates!

Installation:

$ npm install hall-and-oates-ipsum --save

Usage:

var hallAndOates = require('hall-and-oates-ipsum')

// Return full song lyrics:
console.log(hallAndOates.ipsum())

// Return the first 6 words of lyrics:
console.log(hallAndOates.ipsum({words: 6}))

// Return the first 2 lines of lyrics:
console.log(hallAndOates.ipsum({lines: 2}))

// Return the first paragraph of lyrics:
console.log(hallAndOates.ipsum({paragraphs: 1}))

// Return different song lyrics:
console.log(hallAndOates.ipsum({
  lines: 3,
  song: hallAndOates.MANEATER
}))
2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago