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

https://github.com/jwebcoder/psi-functions-server


https://github.com/jwebcoder/psi-functions-server

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# PSI functions server

* [Main server repo](github.com/JWebCoder/psi-main-server)
* [PSI functions server repo](github.com/JWebCoder/psi-functions-server)

## How to run

```bash
npm run dev
```

## How to use

Add new functions to the **functions folder** and they will be available through the main server

A function should always return a json object (for now)