Giter Site home page Giter Site logo

shahgnp / nepal-geographical-codes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coderosh/nepal-geographical-codes

0.0 0.0 0.0 96 KB

Get geographical codes of districts and local bodies of nepal.

Home Page: https://npm.im/nepal-geographical-codes

License: MIT License

TypeScript 100.00%

nepal-geographical-codes's Introduction

nepal-geographical-codes

Get geographical codes of districts and local bodies. Data provided by https://opendatanepal.com/

NPM MIT CI PRs welcome!

Installation

# with npm
npm i nepal-geographical-codes

# with yarn
yarn add nepal-geographical-codes

Usage

This package exports 4 functions and 4 objects.

  • getDistrictCode

    import { getDistrictCode } from 'nepal-geographical-codes'
    
    const code = getDistrictCode('Kathmandu')
    
    console.log(code) // 306
  • getLocalBodyCode

    import { getLocalBodyCode } from 'nepal-geographical-codes'
    
    const code = getLocalBodyCode('Kathmandu Metropolitian City')
    
    console.log(code) // 30608
  • getLocalBodiesInDistrict

    import { getLocalBodiesInDistrict } from 'nepal-geographical-codes'
    
    const localBodies = getLocalBodiesInDistrict('Kathmandu')
    
    console.log(localBodies) // ["Shankharapur Municipality", "Kageshwori Manahara Municipality", ...]
  • getDistrictsInProvince

    import { getDistrictsInProvince } from 'nepal-geographical-codes'
    
    const districts = getDistrictsInProvince('3')
    
    console.log(districts) // ['Bhaktapur','Chitwan', ...]
    import { getDistrictsInProvince } from 'nepal-geographical-codes'
    
    const districts = getDistrictsInProvince('Bagmati')
    
    console.log(districts) // ['Bhaktapur','Chitwan', ...]
    import { getDistrictsInProvince } from 'nepal-geographical-codes'
    
    const districts = getDistrictsInProvince('Bagmati Province')
    
    console.log(districts) // ['Bhaktapur','Chitwan', ...]
  • districts

    import { districts } from 'nepal-geographical-codes'
    
    console.log(districts) //  { "Taplejung": 101, "Sankhuwasabha": 102, ... }
  • localBodies

    import { localBodies } from 'nepal-geographical-codes'
    
    console.log(localBodies) // { "Phaktanlung Rural Municipality": 10101, "Mikwakhola Rural Municipality": 10102, ...}
  • districtsInProvinces

    import { districtsInProvinces } from 'nepal-geographical-codes'
    
    console.log(districtsInProvinces) // { 1: ["Bhojpur", "Dhankuta", ...], ... }
  • localBodiesInDistrict

    import { localBodiesInDistrict } from 'nepal-geographical-codes'
    
    console.log(localBodiesInDistrict) // { "Taplejung": [ "Phaktanlung Rural Municipality", ... ], ... }

nepal-geographical-codes's People

Contributors

coderosh avatar shahgnp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.