All Projects → 3rd-Eden → Creditcard

3rd-Eden / Creditcard

Licence: mit
Creditcard number parsing, validation and information extraction

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Creditcard

fefe
Validate, sanitize and transform values with proper TypeScript types and zero dependencies.
Stars: ✭ 34 (-34.62%)
Mutual labels:  parsing, validate
Fast Xml Parser
Validate XML, Parse XML to JS/JSON and vise versa, or parse XML to Nimn rapidly without C/C++ based libraries and no callback
Stars: ✭ 1,021 (+1863.46%)
Mutual labels:  validate
Forma
Typespec based parsing of JSON-like data for Elixir
Stars: ✭ 23 (-55.77%)
Mutual labels:  parsing
Domainname Parser
🏬 .NET domain name parsing library (uses publicsuffix.org)
Stars: ✭ 31 (-40.38%)
Mutual labels:  parsing
Fastest Validator
⚡️ The fastest JS validator library for NodeJS
Stars: ✭ 923 (+1675%)
Mutual labels:  validate
Jasper
(alpha, do not use) -- A programming language, meant to be a simpler and nicer Javascript.
Stars: ✭ 38 (-26.92%)
Mutual labels:  parsing
Moment.php
Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js
Stars: ✭ 900 (+1630.77%)
Mutual labels:  parsing
Plaso
Super timeline all the things
Stars: ✭ 1,055 (+1928.85%)
Mutual labels:  parsing
Lug
Parsing expression grammar (PEG) embedded domain specific language and parsing machine for C++17
Stars: ✭ 44 (-15.38%)
Mutual labels:  parsing
Wasm Check
TypeScript / JavaScript library for detect WebAssembly features in node.js & browser
Stars: ✭ 30 (-42.31%)
Mutual labels:  validate
Errorstacks
Tiny library to parse error stack traces
Stars: ✭ 29 (-44.23%)
Mutual labels:  parsing
Probtopdf
Turn online textbook into Exam-friendly, offline, searchable PDF
Stars: ✭ 27 (-48.08%)
Mutual labels:  parsing
Tox
misc parsers in rust
Stars: ✭ 40 (-23.08%)
Mutual labels:  parsing
Samovar
Stars: ✭ 23 (-55.77%)
Mutual labels:  parsing
Jose
Universal "JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK with no dependencies
Stars: ✭ 1,029 (+1878.85%)
Mutual labels:  validate
Jkt
Simple helper to parse JSON based on independent schema
Stars: ✭ 22 (-57.69%)
Mutual labels:  parsing
Got Reload
Reload Go code in a running process at function/method level granularity, using Yaegi
Stars: ✭ 29 (-44.23%)
Mutual labels:  parsing
React Native Parsed Text
Parse text and make them into multiple React Native Text elements
Stars: ✭ 969 (+1763.46%)
Mutual labels:  parsing
Python Tutorial Notebooks
Python tutorials as Jupyter Notebooks for NLP, ML, AI
Stars: ✭ 52 (+0%)
Mutual labels:  parsing
Pyparsing
Python library for creating PEG parsers
Stars: ✭ 1,052 (+1923.08%)
Mutual labels:  parsing

Creditcard

Creditcard number parsing, validation and information extraction. The source code has been commented using JSDoc and converted to documentation which can be found in the docs folder.

Installation

The module is available in the NPM registry. It can be installed using the npm command line utility.

npm install --save creditcard

Once you have installed the module you can simply require inside of your Node.js application and use it's exported methods.

var creditcard = require('creditcard');

creditcard.validate(4111111111111);

Documentation

The documentation of this module has been automatically generated from the JSDocs that is used to comment the source code. It should give a clear understanding of the methods that are available in this module and how it should be used. The documentation can be found in the docs folder

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].