cowboy-bebop-random-message
Version:
gives you a random message
35 lines (21 loc) • 1 kB
Markdown
To fill all your code with references to Cowboy Bebop now you can get random quotes and images with quotes.
```npm
npm i cowboy-bebop-random-message
```
```javascript
let cowboy = require('cowboy-bebop-random-message');
// get a random quotes
const quote = cowboy.quote();
console.log(quote);
// get a png image with a quote to a desire path
random.image('.');
```
If someone wants to add or improve something, I invite you to collaborate directly in this repository: [Cowboy Bebop Quote generator](https://github.com/merRen22/cowboy-bebop-quote-generator)
Cowboy Bebop Quote generator is released under the [MIT License](https://opensource.org/licenses/MIT).
To minify the json assets [vs-tools](https://marketplace.visualstudio.com/items?itemName=eriklynd.json-tools) was used. Also for generating the images with text we use the lib [Jimp](https://www.npmjs.com/package/jimp).