This package allows you to call the functions available on https://func.live from the command line.
npm i func-live-cli -g
There are many functions available on func.live
. The above snippet is for using the qrcode()
function. You can browse available functions on https://func.live/functions.
func qrcode www.bbc.co.uk
This is equivalent to running qrcode("www.bbc.co.uk")
returns the following output and copies the output into our clipboard
qrcode("www.bbc.co.uk")=
"https://storage.googleapis.com/func-live-storage/4b743bae-9c76-49be-92c4-ff5f5f55df95.png"
You can browse the functions that are available on https://func.live/functions
Please don't hesitate to get in touch on andi@wakeflow.io