gtin_testdb v0.1.0 GTIN.TestDB

A small database of GTIN (EAN-13, EAN-8, ISBN) samples.

Summary

Functions

Some examples of GTINs

Functions

samples()

Some examples of GTINs.

The format is:

{<type>, <name>, <GTIN as Integer>, <GTIN representation as String>}

Example:

iex> Enum.at(GTIN.TestDB.samples, 1)
{:gtin13, "Ja! Natürliches Mineralwasser 6er Gebinde", 4388810058043, "4388810058043"}