anydesk-api
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

AnyDeskAPI

AnyDeskAPI is a TypeScript (JS) implementation of the AnyDesk API.

Install

npm install --save anydesk-api

# or

yarn add anydesk-api

The TypeScript types are bundled in the package and are installed with anydesk-api

Usage

Import AnyDeskAPI from anydesk-api

import {AnyDeskAPI} from 'anydesk-api'
 
const api = AnyDeskAPI({
  license: 'YOURLICENSEID',
  apiPassword: 'YOURAPIPASSWORD'
})

Instead of api you can desctructure all the methods.

/anydesk-api/

    Package Sidebar

    Install

    npm i anydesk-api

    Weekly Downloads

    5

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    28.7 kB

    Total Files

    19

    Last publish

    Collaborators

    • arcath