Packages

This project aims to help with plastic card validation and utilities

Current section

Files

Jump to
plastic_card README.md
Raw

README.md

# 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`:
```elixir
def deps do
[
{:plastic_card, "~> 0.4.3"}
]
end
```