UNPKG

not-real-data-package

Version:

not real data

49 lines (31 loc) 1.21 kB
## 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](#introduction) - [Features](#features) - [Installation](#installation) - [Usage](#usage) - [Examples](#examples) - [Contributing](#contributing) - [License](#license) ## 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: ```bash npm install not-real-data-package ``` ## Usage ```js const {notRealData }= require('not-real-data-package') const name= notRealData.getRandomPersonName() //generate random firstname ``` for arabic ```js const {notRealDataAr} = require('not-real-data-package') const name= notRealDataAr.getRandomPersonName() //generate random firstname in arabic ```