/airtable-qrcode-gen

Airtable extension to generate QR codes.

Primary LanguageTypeScriptMIT LicenseMIT

airtable-qrcode-gen

An Airtable extension. Generates QR codes which link directly to the corresponding records, and presents additional selected data in a format suitable for label printing (one record per page).

image

Getting started

See https://airtable.com/developers/extensions/guides/getting-started

# Install deps
npm install

# Run the app locally
npm run start

Roadmap

Things to do soon:

  • Add CI and dependabot
  • Make ECC mode configurable
  • Make size configurable
  • Publish built version to a stable URL on GitHub Pages

Things to do eventually:

  • Option to change between "deep airtable:// link to row ID" vs. "encode the text in this cell"
  • Add tests
  • Investigate alternative options for the QR code generation library

Probably not going to happen:

  • Submit to marketplace

License

MIT