0.0.4 • Published 3 years ago

bandia-data v0.0.4

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

Build Status

Bandia Data

Generate Tanzanian based mock data for fast ui population and server responses mockups.

For Full documentation visit https://bandia.shemmjunior.me

DEMO AVAILABLE HERE

Installation and Usage

To install run npm install bandia-data

const bandia = require('bandia-data')

// Person 
const firstName = bandia.person.firstName()    // Alex
const lastName = bandia.person.lastName()     // Matiku
const fullName = bandia.person.fullName()    // Maswi Mussa
const email = bandia.person.email()         // alphamusa@gmail.com
const phone = bandia.person.phone()   // 0743800456
const nida = bandia.person.nida()   // 19831212-63860-51590-43
const tribe = bandia.person.tribe() // Msukuma

// Dates
const dateBetween = bandia.date.between('2020-12-04', '2021-03-23') // 2021-01-03
const past = bandia.date.past() // 2019-04-05
const future = bandia.date.future() // Future Date from Today

// Finance
const bankName = bandia.finance.bank() // CRDB Bank
const companyName = bandia.company.name() // Katani Ltd

// Misc
const = bandia.misc.rangi() // Nyekundu

Supported Attributes

Person

  • First Name
  • Last Name
  • Full Name
  • Email
  • Phone
  • National ID
  • Job Title
  • Avatar
  • Tribe

Finance

  • Bank Name
  • Account Number
  • Amount
  • Transaction Type

Company

  • Company Name
  • Address
  • Description

Dates

  • Past
  • Future
  • Between

Miscallenous

  • Color

Acknowledgements

License

MIT

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2-beta.1

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago