/USDriversLicenseParser

Parse a U.S Drivers License

Primary LanguageTypeScriptMIT LicenseMIT

U.S Drivers License Parser GitHub license npm version PRs Welcome

This project is designed to make it easy to parse the barcode for U.S Drivers License. The standards for U.S Drivers Licenses are determined by AAMVA (American Association of Motor Vehicles Administrators)

Example

This project is designed to be simple to use, simply call the public parseLicense function with your raw barcode:

const parsedBarcode = parseLicense(barcodeText);

Contributing

We welcome contributions to this open source project! The recommended way is to create a fork, and submit a pull request from your fork. Please include a clear title and description in your pull request.

License

MIT