Socket
Book a DemoInstallSign in
Socket

anki-connect-api

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anki-connect-api

To install dependencies:

latest
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

main

Install:

bun install anki-connect-api

Usage

import AnkiConnectAPI from "anki-connect-api";

const baseUrl =
  process.env.ANKI_API_URL ||
  (function () {
    throw "Missing ANKI_API_URL";
  })();

const anki = AnkiConnectAPI({ baseURL });

console.log(await anki.version()); // 6

FAQs

Package last updated on 28 May 2024

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