Project

qrcodefyi

0.0
The project is in a healthy, maintained state
API client for qrcodefyi.com. Look up QR code types, versions, encoding modes, error correction levels, and standards. Zero dependencies.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

qrcodefyi

Gem Version License: MIT

Ruby client for the QRCodeFYI REST API. QR code types. Zero external dependencies.

Explore at qrcodefyi.com — interactive tools and comprehensive reference.

Install

gem "qrcodefyi"

Quick Start

require "qrcodefyi"

client = QRCodeFYI::Client.new
result = client.search("query")
puts result

Also Available

Platform Install Link
Python pip install qrcodefyi PyPI
npm npm install qrcodefyi npm
Go go get github.com/fyipedia/qrcodefyi-go pkg.go.dev
Rust cargo add qrcodefyi crates.io
Ruby gem install qrcodefyi rubygems

Links

Tag FYI Family

Part of the FYIPedia open-source developer tools ecosystem.

Site Domain Focus
BarcodeFYI barcodefyi.com Barcode formats, EAN, UPC, ISBN standards
BLEFYI blefyi.com Bluetooth Low Energy, GATT, beacons
NFCFYI nfcfyi.com NFC chips, tag types, NDEF, standards
QRCodeFYI qrcodefyi.com QR code types, versions, encoding modes
RFIDFYI rfidfyi.com RFID tags, frequency bands, standards
SmartCardFYI smartcardfyi.com Smart cards, EMV, APDU, Java Card

Embed Widget

Embed QRCodeFYI widgets on any website with qrcodefyi-embed:

<script src="https://cdn.jsdelivr.net/npm/qrcodefyi-embed@1/dist/embed.min.js"></script>
<div data-qrcodefyi="entity" data-slug="example"></div>

Zero dependencies · Shadow DOM · 4 themes (light/dark/sepia/auto) · Widget docs

License

MIT