{"id":50730855,"url":"https://github.com/shemmjunior/bandia","last_synced_at":"2026-06-10T08:31:51.990Z","repository":{"id":49563820,"uuid":"375751222","full_name":"shemmjunior/bandia","owner":"shemmjunior","description":"Tanzania fake random data generator","archived":false,"fork":false,"pushed_at":"2022-06-12T17:10:30.000Z","size":261,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-26T14:21:49.933Z","etag":null,"topics":["data-generator","faker-generator","mock-data","tanzania"],"latest_commit_sha":null,"homepage":"https://bandia.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shemmjunior.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-10T15:47:03.000Z","updated_at":"2023-06-03T16:58:22.000Z","dependencies_parsed_at":"2022-09-15T16:40:40.531Z","dependency_job_id":null,"html_url":"https://github.com/shemmjunior/bandia","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shemmjunior/bandia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shemmjunior%2Fbandia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shemmjunior%2Fbandia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shemmjunior%2Fbandia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shemmjunior%2Fbandia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shemmjunior","download_url":"https://codeload.github.com/shemmjunior/bandia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shemmjunior%2Fbandia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34144679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-generator","faker-generator","mock-data","tanzania"],"created_at":"2026-06-10T08:31:51.850Z","updated_at":"2026-06-10T08:31:51.959Z","avatar_url":"https://github.com/shemmjunior.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/shemmjunior/bandia.svg?branch=main)](https://travis-ci.com/shemmjunior/bandia)\n# Bandia Data\n\nGenerate Tanzanian based mock data for fast ui population and server responses mockups.\n\n[View demo](https://bandia.netlify.app/#/playground)\n\n### Installation and Usage\n\nTo install run `npm install bandia-data`\n\n\n```javascript\nconst bandia = require('bandia-data')\n\n// Person \nconst firstName = bandia.person.firstName()    // Alex\nconst lastName = bandia.person.lastName()     // Matiku\nconst fullName = bandia.person.fullName()    // Maswi Mussa\nconst email = bandia.person.email()         // alphamusa@gmail.com\nconst phone = bandia.person.phone()   // 0743800456\nconst nida = bandia.person.nida()   // 19831212-63860-51590-43\nconst tribe = bandia.person.tribe() // Msukuma\n\n// Dates\nconst dateBetween = bandia.date.between('2020-12-04', '2021-03-23') // 2021-01-03\nconst past = bandia.date.past() // 2019-04-05\nconst future = bandia.date.future() // Future Date from Today\n\n// Finance\nconst bankName = bandia.finance.bank() // CRDB Bank\nconst companyName = bandia.company.name() // Katani Ltd\n\n// Misc\nconst = bandia.misc.rangi() // Nyekundu\n\n\n```\n\n\n## Supported Attributes\n\n### Person\n - [x]  First Name\n - [x]  Last Name\n - [x]  Full Name\n - [x]  Email\n - [x]  Phone\n - [x]  National ID\n - [ ]  Job Title\n - [ ]  Avatar\n - [x]  Tribe\n ### Location\n - [ ]  Region\n - [ ]  District\n - [ ]  Ward\n### Finance\n - [x]  Bank Name\n - [ ]  Account Number\n - [ ]  Amount\n - [ ]  Transaction Type\n### Company\n - [x]  Company Name\n - [ ]  Address\n - [ ]  Description\n### Dates\n - [x]  Past\n - [x]  Future\n - [x]  Between\n### Ecommerce\n - [ ] Products with pricing\n - [ ] Descriptions\n### Miscallenous\n - [x]  Color\n - [x]  Food  \n\n\n### Acknowledgements\n - Inspired by [Faker.js](https://github.com/Marak/Faker.js)\n \n## Contributing\nContributions are always welcome 😃! Currently we need more data and you can raise a PR for any issue or feature support.\n  \n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshemmjunior%2Fbandia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshemmjunior%2Fbandia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshemmjunior%2Fbandia/lists"}