JSPM

angular-india-pincode

1.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 6
    • Score
      100M100P100Q31429F
    • License MIT

    "pinCode details in India for angular 2+."

    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 --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.