simple-random-message
v1.0.1
Published
simple random message to publish in the registry npm.
Maintainers
Readme
simple-random-message
Generator of messages
An api to generate random messages to test with nodejs.
Example:
const {generate, all} = require('simple-random-message');
let my_list = all();
console.log(all());
Response
(6) ['Hola', 'Hi', 'Hello', 'Bye', 'Adios', 'See you']