Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/playerony/faker-js
https://github.com/playerony/faker-js
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/playerony/faker-js
- Owner: playerony
- License: mit
- Created: 2018-09-14T19:06:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T15:14:27.000Z (about 6 years ago)
- Last Synced: 2024-12-08T11:17:20.948Z (30 days ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# faker-js
## Usage
Simple copy of faker.js library prepared as project at University - generate massive amounts of fake data in the browser and node.js
##### Example
```javascript
const faker = require("@playerony/faker-js");console.log(faker.date.future());
```###
## API methods
date:
- past
- future
- recent
###
phone:
- phoneNumber
###
name:
- firstName
- lastName
- fullName
###
internet:
- mac
- ipv4
- ipv6
###
type:
- number
- string
- boolean
###