Skip to content

mendix-web/qrio-proxy-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

QR.io Proxy Server

This is a simple Node.js proxy that:

  • Sends QR code requests to QR.io
  • Bypasses CORS issues for browser-based tools (like Figma plugins)

Endpoints

POST /generate

Sends a request to QR.io and returns the QR metadata including .svg URL.

POST /fetch-svg

Fetches raw SVG text from the QR.io S3 URL and returns it (bypasses CORS).


Deploying to Render

  1. Create a free render.com account
  2. Create a new Web Service from this repo
  3. Set:
    • Build command: npm install
    • Start command: npm start
  4. Done! You’ll get a public URL to use in your Figma plugin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published