shivajichalise / nepal-info

List of districts of Nepal in a bulk as well as Province & Zone wise.

Home Page:https://www.npmjs.com/package/info-nepal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Info Nepal

Feb. 05, 2020

Ever had the urge to show address information in dropdown or any pre existing form? And wanted to access the data in some sane, easy way? Don't want to hard code the data, for whatever reason? Then info-nepal is what you're looking for!

Description

Info Nepal is a tiny npm package that provides following data:-

  1. The list of the districts of Nepal in an array.
  2. List of districts of Nepal with respect to Provinces & Zones as an object.
  3. List of local bodies(i.e. municipalities) of respective districts as an object.

Install

$ npm i info-nepal

Usage

const infoNepal = require('info-nepal');
// Load core infoNepal.

const allDistricts = infoNepal.allDistricts;
// Load all districts of Nepal.

const districtsOfProvince = infoNepal.districtsOfProvince;
// Load respective districts of provinces.

const districtsOfZone = infoNepal.districtsOfZone;
// Load respective districts of zones(before province).

const localBodies = infoNepal.localBodies;
// Load localBodies i.e. municipalities & rural municipalities of respective districts.

Contribution ✨

Thanks goes to these wonderful people:


Aju Tamang


Anwesh Budhathoki


Sandip Basnet

This project follows the all-contributors specification. Contributions of any kind welcome!

About

List of districts of Nepal in a bulk as well as Province & Zone wise.

https://www.npmjs.com/package/info-nepal


Languages

Language:JavaScript 100.0%