Socket
Socket
Sign inDemoInstall

@adaptive-recognition/transport-api-client

Package Overview
Dependencies
33
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @adaptive-recognition/transport-api-client

Node.js client for the Adaptive Recognition Cloud Transport API.


Version published
Weekly downloads
3
increased by200%
Maintainers
3
Install size
3.18 MB
Created
Weekly downloads
 

Readme

Source

Adaptive Recognition Cloud - Transportation & Cargo API Client

A JavaScript/TypeScript client for the AR Cloud Transportation & Cargo API.

How to Install

npm install --save @adaptive-recognition/transport-api-client

Usage

import { TransportAPIClient } from "@adaptive-recognition/transport-api-client";

const client = new TransportAPIClient({
    apiKey: "<YOUR_API_KEY>",
    type: "iso",
    cloudServiceRegion: "EU"
});

async function recognize() {
    const response = await client.send("./container.jpg");
    console.log(response);
}

recognize()
    .then()
    .catch(err => console.error(err));

Development

See DEVELOPMENT.md.

Keywords

FAQs

Last updated on 22 May 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc