gtin-generator

1.0.4 • Public • Published

GTIN [Global Trade Item Number] Generator

A small utility that generates random GTIN14 and Generates check digit for the input

Installation

$ npm install gtin-generator --save

API

var gtin = require('gtin-generator')

gtin.getGTIN()

Returns a random GTIN-14 with vaild check valid

gtin.calCulateCheckDigit("0441757123021")

Returns calculated check digit for the number provided in string format. Throws error if the argument is not a valid number.

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i gtin-generator

    Weekly Downloads

    190

    Version

    1.0.4

    License

    MIT

    Last publish

    Collaborators

    • abadri