Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 666 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 666 Bytes

districtsofnepal🇳🇵

Implementation of json data using jquery (district.js)

district-gif

This repo Consists of districts of Nepal in alphabetical order with its respective states/provinces. All the 77 districts have been enlisted here

As still most of the states are to be named the state's name is not included

Available Formats:

  1. SQL
  2. JSON

How to use districtModule.js

Example:
const districts=require('./districtModule');
console.log(districts.findState('Bara'));
console.log(districts.listByState('2'));