1.0.4 • Published 3 years ago

shona-zita v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

shona-zita

faker (1)

generate random fake shona first names, surnames, and full names from 1000 options for use as placeholder names in mock ups. Follow the steps below to use this package

install

npm install shona-zita

usage

const zita = require("shona-zita");

zita.zitaRekutanga( ) method generates a random first name of a person

const zita_remunhu_rekutanga = zita.zitaRekutanga(); // Panashe

zita.zitaRekupedzisira( ) method generates a random shona last name

const zita_remunhu_rekupedzisira = zita.zitaRekupedzisira(); // Muriro

zita.zitaRakazara( ) method generates a random shona full name

const zita_remunhu_rakazara = zita.zitaRakazara(); // Panashe Muriro

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago