https://github.com/jwebcoder/psi-functions-server
https://github.com/jwebcoder/psi-functions-server
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jwebcoder/psi-functions-server
- Owner: JWebCoder
- License: mit
- Created: 2019-01-07T21:40:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T18:12:50.000Z (over 7 years ago)
- Last Synced: 2025-02-05T08:08:28.040Z (over 1 year ago)
- Language: TypeScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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)