An open API service indexing awesome lists of open source software.

https://github.com/alissonfpmorais/plastic_card

Library to handling with credit card. Here are some utils and validations
https://github.com/alissonfpmorais/plastic_card

card credit elixir

Last synced: 8 months ago
JSON representation

Library to handling with credit card. Here are some utils and validations

Awesome Lists containing this project

README

          

# 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
```