func-live-cli
v1.0.27
Published
Command Line Interface (CLI) tool for using the functions available on https://func.live
Downloads
34
Maintainers
Readme
func-live-cli
This package allows you to call the functions available on https://func.live from the command line.
Installation
npm i func-live-cli -g
Usage
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"
Available Functions
You can browse the functions that are available on https://func.live/functions
Problems/Support/Feedback
Please don't hesitate to get in touch on [email protected]