Kijacode / tanzaniageodata

Get access to regions, districts and wards of Tanzania Country in simple way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Get access to regions, districts and wards of Tanzania Country in simple way


Languages

Language:JavaScript 100.0%