Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 524 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 524 Bytes

Code 39 Generator

Generate a barcode.

Usage

wget code39.io/CODETOGENERATE.png

Installation

git clone https://github.com/GitHub30/code39.io.git
cd code39.io/functions/
npm install
npm run serve

Deploy

firebase deploy

Known Issues

  • Code containing slashes does not work. Firebase hosting rewrites do not work well. Workaround: Access to Firebase functions directly as follows.
wget 'https://us-central1-code-39.cloudfunctions.net/generate/SLA/SH.png'