/Random-name

Package random names

Primary LanguageJavaScript

Random Name

Generate random name

Installation

You need node.js and npm.

npm i @marcoetmx/random-name

Example

In your code

const random = require('@marcoetmx/random-name');
random.randomName()

Global installation

random-name

Notes

This project was created for educational purposes, it is not recommended to put it into production.