New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

platoai

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

platoai

Node implementation of the Plato AI API

latest
Source
npmnpm
Version
0.2.2
Version published
Maintainers
1
Created
Source

platoai-node

npm docs

Node implementation of the Plato AI API.

install

npm i -S platoai

usage

  • You may wish to export the following variables in your shell environment:
  • PLATOAI_HOST to the hostname that the platoai API server is running on (default: api.platoai.com)
  • PLATOAI_PORT to the port that the platoai API server is listening on (default: 9000)
const platoai = require("platoai");
platoai.push(someReadableStream, someMetadataObject);

documentation

You can find the documentation here. You might also want to check out the protobuf files that define the data format used in the API at platoai/platoai-protos.

Keywords

platoai

FAQs

Package last updated on 01 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts