1.1.5 • Published 2 years ago

random-language-generator v1.1.5

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

random-language-generator

This is just a simple random Language name generator that might help you in some dummy or practice projects.

First, Install the package

npm i random-language-generator

After Installing the package, just simply require it.

const randomLang = require("random-language-generator") // It returns an function
const generateLanguage = randomLang() // Calling the function

Or, simply you can do this in a line

const generateLanguage = require("random-language-generator")() // It returns an function

That's it. Now use it where ever you want to use. To check if it's working properly or not, you do just a simple log

console.log(generateLanguage) // No need to call the function just because we've called it before

Happy Coding 🖤

1.1.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.9

2 years ago

1.0.3

2 years ago

1.0.5

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago