@ondewo/s2t-client-nodejs
TypeScript icon, indicating that this package has built-in type declarations

5.7.0 • Public • Published
npm version

ONDEWO S2T Client NodeJS

Overview

@ondewo/s2t-client-nodejs is a compiled version of the ONDEWO S2T API using the ONDEWO PROTO COMPILER. Here you can find the S2T API documentation.

ONDEWO APIs use Protocol Buffers version 3 (proto3) as their Interface Definition Language (IDL) to define the API interface and the structure of the payload messages. The same interface definition is used for gRPC versions of the API in all languages.

Setup

Using NPM:

npm i --save @ondewo/s2t-client-nodejs

Using GitHub:

git clone https://github.com/ondewo/ondewo-s2t-client-nodejs.git ## Clone repository
cd ondewo-s2t-client-nodejs                                      ## Change into repo-directoy
make setup_developer_environment_locally                         ## Install dependencies

Package structure

npm
├── api
│   ├── google
│   │   └── protobuf
│   │       ├── empty_grpc_pb.js
│   │       ├── empty_pb.d.ts
│   │       └── empty_pb.js
│   └── ondewo
│       └── s2t
│           ├── speech-to-text_grpc_pb.d.ts
│           ├── speech-to-text_grpc_pb.js
│           ├── speech-to-text_pb.d.ts
│           └── speech-to-text_pb.js
├── LICENSE
├── package.json
├── public-api.d.ts
├── public-api.js
└── README.md

Readme

Keywords

none

Package Sidebar

Install

npm i @ondewo/s2t-client-nodejs

Weekly Downloads

0

Version

5.7.0

License

Apache-2.0

Unpacked Size

496 kB

Total Files

12

Last publish

Collaborators

  • ondewo