Skip to content

All the 77 districts sorted alphabetically in .json and .sql format

Notifications You must be signed in to change notification settings

ayushkarn32/districtsofnepal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'));