This package allows you to import and call functions available on https://func.live.
npm i func-live
There are many functions available on func.live
. The below snippet is for using the qrcode()
function. You can browse available functions on https://func.live/functions.
import func from 'func-live'
process.env.FUNC_TOKEN = ''
const answer = await func.qrcode('https://bbc.co.uk')
console.log({ answer })
You can get yourself a FUNC_TOKEN by visiting https://tokens.wakeflow.io
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