https://github.com/bermannoah/credit-check
Using algorithms to find out if your credit card numbers are valid.
https://github.com/bermannoah/credit-check
Last synced: 6 days ago
JSON representation
Using algorithms to find out if your credit card numbers are valid.
- Host: GitHub
- URL: https://github.com/bermannoah/credit-check
- Owner: bermannoah
- Created: 2016-08-15T21:33:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T15:23:38.000Z (over 9 years ago)
- Last Synced: 2025-02-26T15:16:56.006Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# credit-check
An implementation of the Luhn Algorithm in very basic ruby to find out if the input is a valid credit card number.