tanzaniageodata

1.1.0Β β€’Β PublicΒ β€’Β Published

tanzaniageodata πŸš€

Get access to regions, districts and wards of Tanzania Country in simple way πŸš€πŸš€

NPM
npm bundle size

Quick Start

npm i tanzaniageodata

How to Use ?

const tanzaniageodata = require("tanzaniageodata");
   
//get all regions
const regions = tanzaniageodata.regions(); // [ "Arusha", "Dar es Salaam", "Dodoma", "Geita",...]
   
//get all wards
const wards = tanzaniageodata.allWards(); // [ "Babayu", "Bahi", "Chali", "Chibelela",...]

//get all districts
const districts = tanzaniageodata.alldistrict(); // [ "Meru District", "Arusha City", "Arusha District", "Karatu District",...]

//get districts per region
// for instance Districts for Arusha Region
const districtPerRegion = tanzaniageodata.districtsPerRegion("Arusha Region"); // [ "Meru District", "Arusha City", "Arusha District", "Karatu District",...]

Contributing contributions welcome

We are open for new ideas, improvements and innovations πŸš€.

pull request are welcome

How Can you support ?

Why not star ⭐ this repo ? It will surely motivate and push me to innovate for more community solutions.

Let Be Friends

  1. Twitter
  2. Facebook
  3. Linkedin

Package Sidebar

Install

npm i tanzaniageodata

Weekly Downloads

4

Version

1.1.0

License

MIT

Unpacked Size

435 kB

Total Files

12

Last publish

Collaborators

  • kijacode