Node SDK
Overview
Node SDK
Overview
This section is a full reference for how to create a task using the Node/Express sdk.
If you are looking for a more guided introduction, checkout the getting started guide.
Install
yarn add @onuhq/node # or npm i --save @onuhq/node
Setup
In your project, create a new directory called onu/
. This directory will contain all of your Onu tasks.
.
└── Project root/
└── src/
├── services/
├── routes/
└── onu/
├── myCustomTask.ts
└── myOtherCustomTask.ts