# angular-india-pincode

> "pinCode details in India for angular 2+."

Latest version **1.0.0** (published 2022-08-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install angular-india-pincode
pnpm add angular-india-pincode
yarn add angular-india-pincode
bun add angular-india-pincode
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; large bundle.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2022-08-22 |
| First published | 2022-08-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 53.8 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | gpdhanush |
| Maintainers | gpdhanush |
| Keywords | pincode, indian pincode, angular 2+ pincode, ngx-pincode, india pincode |

## Links

- npm: https://www.npmjs.com/package/angular-india-pincode
- npm.io page: https://npm.io/package/angular-india-pincode

## Recent versions

- 1.0.0 (latest) — 2022-08-22

## README

# angular-india-pincode

Node module to easily lookup any pincode details in India.
The pincode data used in this module is provided by data.gov.in

## Installation

```bash
npm i angular-india-pincode --save
```

### Basic Usage

Instantiate the Mylapay instance with `key` & `secret`. You can obtain the keys from the dashboard app ([https://dashboard.mylapay.com/#/app/keys](https://dashboard.mylapay.com/#/app/keys))

```js
const Mylapay = require('mylapay-test');

var instance = new Mylapay({
  key: 'YOUR_KEY_ID',
  secret: 'YOUR_KEY_SECRET',
  MerchantTxnID: string,
  amount: number,
  username: string,
  email: string,
  phone: string,
  surl: string,
  furl: string
});
```
## Sources
The pincode data used in the module has been provided by data.gov.in.

---
_Source: https://npm.io/package/angular-india-pincode · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
