plastic_card

This project aims to help with plastic card validation and utilities


Keywords
card, credit, elixir
License
MIT

Documentation

PlasticCard

This library aims to help with credit card validation

Installation

The package can be installed by adding plastic_card to your list of dependencies in mix.exs:

def deps do
  [
    {:plastic_card, "~> 0.4.3"}
  ]
end