Skip to content

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

Notifications You must be signed in to change notification settings

echobinod/nepal-province-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published