Hola amigo! Ce package vous aidera à générer des français aléatoires. This package will help you in generating random french words.
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
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.
npm i french-randomizer
Perform an asynchronous request against a given function
import frenchRandomizer from "french-randomizer";
let word = await frenchRandomizer();
console.log(`random word : ${word}`);
random word : déifier
We use Rapid API for versioning. For the versions available, see the tags on this repository.
- Ashish Rana - Initial work - Ashish