citizen428 / LuhnValidity / 0.1.0
Luhn Validity
Royalty Free
Verify credit card numbers, IMEI numbers and more
Language
Ruby
Metrics
API Calls - 38
Avg call duration -
N/A
Permissions
The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT).
Learn more
Run an example
Input
Output
[
true,
false
]
Install and use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run citizen428/LuhnValidity/0.1.0 -d '["79927398713", "79927398714"]' --timeout 300