1.0.4 • Published 9 years ago

gtin-generator v1.0.4

Weekly downloads
27
License
MIT
Repository
github
Last release
9 years ago

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.

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago