credit-card-info-generator

1.0.1 • Public • Published

Credit Card Generator

The Credit Card Generator is a 🔧 handy NPM package for generating 🎭 realistic dummy credit card numbers, CVVs, and expiry dates. It's an 🛠️ excellent tool for testing purposes, allowing you to create mock data for various credit card providers. 💳 Please remember to use it responsibly! 💼

This package is brought to you by Credit Card Generator App, your 💡 go-to resource for reliable and secure credit card generation tools.

Features

  • Generates realistic dummy credit card numbers based on the IIN ranges for different card providers.
  • Generates corresponding CVVs.
  • Generates future expiry dates.
  • Supports a wide variety of card providers.
  • Great for testing purposes.

📥 Installation

To install the Credit Card Generator, use the following command:

npm install credit-card-generator

🚀 Usage

To generate credit card data, first import the package:

const { generateCreditCard } = require('credit-card-generator');

Then, use the generateCreditCard function with the desired card name:

let cardData = generateCreditCard('Visa');
console.log(cardData);

This will output an object with the generated card number, CVV, and expiry date.

Example output:

{ cardNumber: '5018462351187', cvv: '864', expiryDate: '02/2027' }

🃏 Supported Card Providers

This credit card generator supports a variety of card providers, including:

  • 💳 Visa
  • 💳 Mastercard
  • 💳 American Express
  • 💳 Discover Card
  • 💳 Bankcard
  • 💳 China T-Union
  • 💳 China UnionPay
  • 💳 Diners Club enRoute
  • 💳 Diners Club International
  • 💳 Diners Club United States & Canada
  • 💳 UkrCard
  • 💳 RuPay
  • 💳 InterPayment
  • 💳 InstaPayment
  • 💳 JCB
  • 💳 Laser
  • 💳 Maestro (UK)
  • 💳 Maestro
  • 💳 Dankort
  • 💳 Mir
  • 💳 BORICA
  • 💳 NPS Pridnestrovie
  • 💳 Solo
  • 💳 Switch
  • 💳 Troy
  • 💳 Visa Electron
  • 💳 UATP
  • 💳 Verve
  • 💳 LankaPay
  • 💳 UzCard
  • 💳 Humo
  • 💳 GPN

For a more extensive list of supported card providers, please visit Credit Card Generator.

🤝 Contributing

We welcome contributions! If you would like to improve this package, feel free to create a pull request.

📜 License

MIT

⚠️ Disclaimer

The Credit Card Generator generates fake credit card numbers for testing purposes. It does not provide real credit card numbers, and it must not be used for fraudulent activities. We do not promote or endorse illegal activities.

Package Sidebar

Install

npm i credit-card-info-generator

Weekly Downloads

262

Version

1.0.1

License

ISC

Unpacked Size

8.82 kB

Total Files

3

Last publish

Collaborators

  • codethreads