angular-india-pincode
v1.0.0
Published
"pinCode details in India for angular 2+."
Downloads
9
Maintainers
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
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.