Package Exports
- angular-india-pincode
- angular-india-pincode/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (angular-india-pincode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 --saveBasic 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.