0.2.0 • Published 4 years ago

random-fortune v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

fortune

An expanded fortune collection for javascript. Combines fortunes from BSD Unix minus the offensive categories plus extra categories added from other sources.

To install

npm install random-fortune

To use

const fortune = require('random-fortune')

const fortune = fortune.fortune()
// or
// const maxLength = 280
// const fortune = fortune.fortune(maxLength)

======

On install fortune converts the fortunes in fortunes/ into json. You can add or remove files / folders from here and rebuild using npm

Fortune for Node.js