Skip to content

GitHub30/code39.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'