1.0.0 • Published 2 years ago

angular-india-pincode v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

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)

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.