1.0.12 • Published 2 months ago

french-randomizer v1.0.12

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

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
1.0.12

2 months ago

1.0.11

2 months ago

1.0.10

2 months ago

1.0.9

2 months ago

1.0.8

2 months ago

1.0.7

2 months ago

1.0.6

2 months ago

1.0.5

2 months ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago