Skip to content

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

Notifications You must be signed in to change notification settings

yudatadei/tanzaniageodata

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%