A library for generating Ethopic fake data such as names, addresses, and phone numbers.
Faket is highly inspired by
&
const faket = require('../faket')
const FEMALE = 2;
faket.name.firstName() // አበበ || ፍቅርተ
faket.name.firstName(FEMALE) // ፍቅርተ
faket.name.fullName() // ሰብለ መኮነን ንጉስ
- Fork it!
- Create your feature branch
- Submit a pull request :D
- collect dataset
- design & implement clear API
- support javascript the browser
- publish on npm
- build and deploy micro-service
- playground github page
- . . .