not-real-data-package
v1.0.1
Published
not real data
Downloads
5
Readme
not-real-data
Welcome to not real data, a versatile npm package that provides random data in English, Arabic, and French.
Table of Contents
Introduction
not real data is a powerful npm package designed to offer random data in English, Arabic, and French. It's perfect for applications that require diverse linguistic support.
Features
- 🌍 Multilingual support: English, Arabic, and French
- ✨ Generate random addresses, book titles, food items, and more
- 🚀 Easy to use and integrate into your projects
Installation
To get started, simply install the package using npm:
npm install not-real-data-package
Usage
const {notRealData }= require('not-real-data-package')
const name= notRealData.getRandomPersonName() //generate random firstname
for arabic
const {notRealDataAr} = require('not-real-data-package')
const name= notRealDataAr.getRandomPersonName() //generate random firstname in arabic