0.1.0 • Published 7 years ago
@alveo-vl/jsalveo v0.1.0
jsalveo
JavaScript (ES2017) library to enable web-based applications as well as Node.js backends, to access the Alveo API.
Setup
npm install
Running
There are some samples provided, you can do this with babel-cli and node:
npm install -g babel-cli babel-preset-env babel-node
babel-node ./samples/data_request_node.async.js
Building
As ES2017 library
npm run build