https://github.com/supabase/functions-js
https://github.com/supabase/functions-js
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/supabase/functions-js
- Owner: supabase
- License: mit
- Created: 2022-03-20T19:25:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T05:17:30.000Z (over 1 year ago)
- Last Synced: 2025-04-29T12:29:12.589Z (over 1 year ago)
- Language: TypeScript
- Size: 816 KB
- Stars: 69
- Watchers: 31
- Forks: 27
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `functions-js`
[](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
```