An open API service indexing awesome lists of open source software.

https://github.com/paulprogrammer/npm-checkdigit

Code128 string formatter
https://github.com/paulprogrammer/npm-checkdigit

Last synced: 3 months ago
JSON representation

Code128 string formatter

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/paulprogrammer/npm-checkdigit.svg?branch=master)](https://travis-ci.com/paulprogrammer/npm-checkdigit)

Simple library for encoding strings per various barcode standards.

# Usage

Right now, only one method. `Code128A(string)` returns the string encoded according to the Code 128 A code set, suitable for use with most freely available Code 128 fonts.

# License

This library is freely distributable under the terms of the MIT license.