Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/siokas/tellots

TelloTs is an elegant TypeScript library that aims to make your life easier while coding your DJI Tello Drone!
https://github.com/siokas/tellots

dji drone tello tellodrone typescript

Last synced: about 2 months ago
JSON representation

TelloTs is an elegant TypeScript library that aims to make your life easier while coding your DJI Tello Drone!

Lists

README

        

> **in development**





## TelloTS

TelloTs is an elegant **TypeScript** library that aims to make your life easier while coding your **DJI Tello Drone!**

## Installation

To install the package just copy and paste the following command in your terminal

```
$ npm i tellots
```

## Usage

The package exports a class so at first you have to import and initiate the Object.

```text
import Tello from "tellots"
// or var Tello = require('tellots')

var tello = new Tello();

tello.takeoff(); // Start flying
```

## Credits


  • Official Tello SDK v2.0

  • wesbos/javascript-drones

  • FlatIcon