1.1.1 • Published 5 years ago

tellots v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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.

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

var tello = new Tello();

tello.takeoff(); // Start flying

Credits