9ball

8Ball responses

Usage no npm install needed!

<script type="module">
  import ball from 'https://cdn.skypack.dev/9ball';
</script>

README

9ball

npm version

Does exactly what an 8ball does but the name was taken lol

Installation

npm i 9ball --save

Usage

const nine = require('9ball')(); // Remember to include the ()
console.log(`Will I be really rich one day? ${nine}`);
// Will I be really rich one day? As I see it, yes.