1.1.0 • Published 3 years ago

tanzaniageodata v1.1.0

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

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
1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.0

3 years ago