1.0.11 • Published 12 months ago

func-live v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

func-live

This package allows you to import and call functions available on https://func.live.

Installation

npm i func-live

Usage

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 })

FUNC_TOKEN

You can get yourself a FUNC_TOKEN by visiting https://tokens.wakeflow.io

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 andi@wakeflow.io

1.0.11

12 months ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago