Skip to content

wmakeev/latenode-js-node-bootstrap

Repository files navigation

@latenode/js-node-bootstrap

npm GitHub Actions Workflow Status Coverage

Latenode JS node extension

Table of contents

Quick start

/** @CustomParams
{
  "obj": {
    "type": "string",
    "title": "JSON string parameter",
    "description": "**JSON**: Enter JSON string"
  }
}
*/

import { getRun } from '@latenode/js-node-bootstrap'

async function logic({execution_id, input, data, store, db}, { params, customParamsConfig }) {
  const { obj } = params

  return {
    // Parsed json parameter
    obj
  }
}

export default getRun(logic)

In the process of development

About

Latenode JS node extension

Topics

Resources

Stars

Watchers

Forks

Contributors