New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vot.js/node

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vot.js/node

package for runtimes

2.1.9
Source
npm
Version published
Weekly downloads
30
-85.37%
Maintainers
0
Weekly downloads
 
Created
Source

@vot.js/node

JS Runtimes support package for vot.js

Usage

import VOTClient from "@vot.js/node";
import { getVideoData } from "@vot.js/node/utils/videoData";

const client = new VOTClient();

const videoData = await getVideoData("https://youtu.be/LK6nLR1bzpI");

const result = await client.translateVideo({ videoData });

Proxying via vot-worker:

import { VOTWorkerClient } from "@vot.js/node";

const client = new VOTWorkerClient({
  host: "vot.toil.cc",
});

You can see more code examples here

Install

To install:

bun install @vot.js/node

Keywords

translate

FAQs

Package last updated on 14 Jan 2025

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