0.2.2 • Published 7 years ago

platoai v0.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

platoai-node

npm docs

Node implementation of the Plato AI API.

install

npm i -S platoai

usage

  1. 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)
  1. Push a file represented by a readableStream and some metadata:
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.

0.2.2

7 years ago

0.2.1

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago