https://github.com/m3hari/faket
A library for generating Ethiopic fake data such as names, addresses, and phone numbers
https://github.com/m3hari/faket
amharic ethiopia ethiopic faker nodejs
Last synced: about 1 month ago
JSON representation
A library for generating Ethiopic fake data such as names, addresses, and phone numbers
- Host: GitHub
- URL: https://github.com/m3hari/faket
- Owner: m3hari
- License: mit
- Created: 2017-05-14T09:44:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T13:10:16.000Z (almost 7 years ago)
- Last Synced: 2025-05-13T02:16:15.829Z (about 1 month ago)
- Topics: amharic, ethiopia, ethiopic, faker, nodejs
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 16
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Faket

[](LICENSE.md)
[](https://travis-ci.org/m3hari/faket)A library for generating Ethopic fake data such as names, addresses, and phone numbers.
Faket is highly inspired by
[](https://github.com/fzaninotto/Faker) *&*
[](https://github.com/Marak/faker.js)## Usage
```js
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
- [ ] . . .