Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 629 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 629 Bytes

Nepal Province Data

Description

Nepal Province Data is Vanilla JavaScript plugin to filter province, district, municipality and ward data.

About Dataset

All data are collected from wikipedia and various Nepal government sites.

Basic Usage

  • Link script.js file to your HTML document
  • Create new instance as below:
var init = new NepalProvinceData {
    language: 'en',
    provinceSelector: '#province',
    districtSelector: '#district',
    municipalitySelector: '#municipality',
}
  • 'np' for Nepali language and 'en' for English.
  • Define selector for province, district and muncipality.