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
- Host: GitHub
- URL: https://github.com/alissonfpmorais/plastic_card
- Owner: alissonfpmorais
- License: mit
- Created: 2022-06-08T19:08:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T18:08:41.000Z (over 2 years ago)
- Last Synced: 2024-09-15T16:20:04.507Z (almost 2 years ago)
- Topics: card, credit, elixir
- Language: Elixir
- Homepage: https://hexdocs.pm/plastic_card/api-reference.html
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```