An open API service indexing awesome lists of open source software.

https://github.com/supabase/functions-js


https://github.com/supabase/functions-js

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# `functions-js`

[![Coverage Status](https://coveralls.io/repos/github/supabase/functions-js/badge.svg?branch=main)](https://coveralls.io/github/supabase/functions-js?branch=main)

JS Client library to interact with Supabase Functions.

## Docs

## testing

To run tests you will need Node 20+.

You are going to need docker daemon running to execute tests.

To start test run use the following command:

```sh
npm i
npm run test
```