Skip to content
/ faket Public

A library for generating Ethiopic fake data such as names, addresses, and phone numbers

License

Notifications You must be signed in to change notification settings

m3hari/faket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faket

Under Development MIT Build Status

A library for generating Ethopic fake data such as names, addresses, and phone numbers. Faket is highly inspired by
fzaninotto/Faker & Faker

Usage

const faket = require('../faket')
const FEMALE = 2;
faket.name.firstName()          // አበበ || ፍቅርተ
faket.name.firstName(FEMALE)    // ፍቅርተ 
faket.name.fullName()           // ሰብለ መኮነን ንጉስ

Contributing

  1. Fork it!
  2. Create your feature branch
  3. Submit a pull request :D

TODO

  • collect dataset
  • design & implement clear API
  • support javascript the browser
  • publish on npm
  • build and deploy micro-service
  • playground github page
  • . . .

About

A library for generating Ethiopic fake data such as names, addresses, and phone numbers

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published