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:
- SQL
- JSON
Example:
const districts=require('./districtModule');
console.log(districts.findState('Bara'));
console.log(districts.listByState('2'));