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: 29 days ago
JSON representation
TelloTs is an elegant TypeScript library that aims to make your life easier while coding your DJI Tello Drone!
- Host: GitHub
- URL: https://github.com/siokas/tellots
- Owner: siokas
- License: mit
- Created: 2019-04-04T18:23:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:25:57.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T23:21:16.990Z (4 months ago)
- Topics: dji, drone, tello, tellodrone, typescript
- Language: TypeScript
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-tello - TelloTS - `#typescript` (SDK Wrappers)
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