@pipium/node-connect
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

Pipium Node.js client

This is the package that connects Node.js models with the Pipium platform.

Installation

yarn add @pipium/node-connect

Code

import { connect } from '@pipium/node-connect';

connect('your-securely-stored-api-key', {
  hello_world: {
    name: 'Hello world!',
    run_sync: ({ text }) => 'Hello ' + text,
    types: {
      inputs: ['text/plain'],
      output: 'text/plain',
    },
  },
});

Readme

Keywords

none

Package Sidebar

Install

npm i @pipium/node-connect

Weekly Downloads

5

Version

0.0.6

License

none

Unpacked Size

2.52 MB

Total Files

39

Last publish

Collaborators

  • blidblid