random-fortune

0.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i random-fortune

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

3.97 MB

Total Files

78

Last publish

Collaborators

  • gnbonney