french-randomizer

1.0.12 • Public • Published

npm version code style: prettier

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

Package Sidebar

Install

npm i french-randomizer

Weekly Downloads

1

Version

1.0.12

License

ISC

Unpacked Size

3 kB

Total Files

3

Last publish

Collaborators

  • ashishrana