1.0.19 • Published 2 years ago

node.js_generator-package v1.0.19

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

node.js_generator-package

node.js_generator-package is a node.js generator for generating number(s) or image(s), api or quote(s). There's more things like dice, fox image generator and others...

Installation

npm link: click here.

npm install node.js_generator-package

Usage

//require the generator
const generator = require(`node.js_generator-package`)

//generate 1 number

const data = generator.generate(`15`).data
console.log(data)

//generate multiple number

const array = [3, 4, 3, 4, 5]
const data = generator.generateArray(array).data
console.log(data)

More examples in node.js_generator-package_EXAMPLES

Socials:

Discord

Youtube

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago