fortune-teller

Fortune for Node.js

Usage no npm install needed!

<script type="module">
  import fortuneTeller from 'https://cdn.skypack.dev/fortune-teller';
</script>

README

fortune

To install

npm install fortune-teller

To use

var fortune = require('fortune')

var fortune = fortune.fortune();

======

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