french-randomizer
v1.0.12
Published
This package can generate random french word.
Downloads
19
Maintainers
Readme
French-Randomizer
Hola amigo! Ce package vous aidera à générer des français aléatoires. This package will help you in generating random french words.
Prerequisites
This project requires NodeJS (version 8 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.
$ npm -v && node -v
6.4.1
v8.16.0
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Installation
npm i french-randomizer
How to use it
Perform an asynchronous request against a given function
import frenchRandomizer from "french-randomizer";
let word = await frenchRandomizer();
console.log(`random word : ${word}`);
This will print the result
random word : déifier
Versioning
We use Rapid API for versioning. For the versions available, see the tags on this repository.
Authors
- Ashish Rana - Initial work - Ashish