Skip to content
/ qrfn Public

Make QR code of text passed into query parameters of an Azure function.

Notifications You must be signed in to change notification settings

heyAyushh/qrfn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qrfn

QRfn - QR generator on Azure funtion

Generate QR code with text passed into query parameters of an Azure function.

used qrcode-generator here.


Quick Deploy to Azure

Deploy to Azure

  • Pass text in query parameter as
    http://<your-az-func>/api/qrfn?text="<your-text-here>"

Running Locally

  • Install Azure funtion core tools and execute
    func host start

  • Pass text in query parameter as
    http://<your-az-func>/api/qrfn?text="<your-text-here>"

About

Make QR code of text passed into query parameters of an Azure function.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published