9ball 中文文档教程
9ball
做的和 8ball 做的一模一样,但是名字被盗了 哈哈
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.