anydesk-api

Implementation of the AnyDesk API

Usage no npm install needed!

<script type="module">
  import anydeskApi from 'https://cdn.skypack.dev/anydesk-api';
</script>

README

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.