1.1.11 • Published 1 year ago

np-pro-muni-dist v1.1.11

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Fast, and easily accessable npm package Node.js.

const npProMuniDist = require('np-pro-muni-dist')

## Installation

This is a [Node.js](https://nodejs.org/en/) module available through the
[npm registry](https://www.npmjs.com/).

Before installing, [download and install Node.js](https://nodejs.org/en/download/).
Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a `package.json` first with
the [`npm init` command](https://docs.npmjs.com/creating-a-package-json-file).

Installation is done using the
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):

```console
$ npm install np-pro-muni-dist

Features

  • Easy to use
  • Focus on high performance
  • Executable for generating applications quickly

Examples

const npProMuniDist = require('np-pro-muni-dist');
const provinces = npProMuniDist.getAllProvince(); (Returns all provinces of nepal)

Available methods

getAllProvince(); (To get all provinces)
getSingleProvince('lumbini'); (To get single province by value)

getAllDistricts(); (To get all districts)
getSingleDistrict('gulmi'); (To get single district by value)
getDistrictsByProvince('lumbini'); (To get single district by value)

getMunicipalities(); (To get all municipalities)
getSingleMunicipality('gulmidarwar-rural-municipality'); (To get single municipality by value)
getMunicipalitiesByDistrict('gulmi'); (To get municipalities by district)
1.1.11

1 year ago

1.1.10

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago