Skip to content

A simple Directus 9 Interface Extension. Allows to scan and generate QR-Codes.

License

Notifications You must be signed in to change notification settings

K3-Network/directus-interface-qrcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

directus-interface-qrcode

Table of Contents

  1. About The Project
  2. Getting Started
  3. Roadmap
  4. License
  5. Contact

About The Project

This is a simple Directus 9 Interface Extension, which allows to display QR-Codes directly inside of the Directus UI. It takes a String input and renders a QR-Code underneath the text field.

To display the QR-Code in the Collection Overview check out directus-display-qrcode.

Built With

Getting Started

There are 2 ways to get up and running. Either you compile the Extension yourself, or you download the precompiled Extension:

Compile it yourself

  1. Clone the repo
 git clone https://github.com/K3-Network/directus-interface-qrcode.git
  1. Install NPM packages

    npm install
  2. Compile the Extension

    npx directus-extension build
  3. Copy the directus-interface-qrcode\dist\index.js into your Directus Installation: Your-Directus-Installation\extensions\interfaces\directus-interface-qrcode\index.js

  4. Restart Directus

Install the precompiled Extension

  1. Download the Binaries

  2. Extract the ZIP into Your-Directus-Installation\extensions\interfaces\

  3. Restart Directus

Roadmap

See the open issues for a list of proposed features (and known issues).

License

Distributed under the ISC License. See LICENSE for more information.

Contact

Nicolas Mierbach - K3.Network

Project Link: https://github.com/K3-Network/directus-interface-qrcode