@shaaditech/cc-number-formatter

A library that allows you to format credit and debit card numbers

Usage no npm install needed!

<script type="module">
  import shaaditechCcNumberFormatter from 'https://cdn.skypack.dev/@shaaditech/cc-number-formatter';
</script>

README

Card number Formatter

Formats the card number

Getting Started

Installing

Install this library as a dependency in your project

yarn add @phenax/cc-number-formatter

OR

npm i @phenax/cc-number-formatter --save

Usage

Import format function into your project

// formatCardNumber :: String -> String
import { formatCardNumber } from '@phenax/cc-number-formatter';
const formattedNumber = formatCardNumber('4111111111111111'); // 4111 1111 1111 1111

Running the tests

  • Clone this repository to your local machine
  • Run yarn test

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details

Acknowledgments