Skip to content

siokas/tellots

Repository files navigation

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

  • Official Tello SDK v2.0
  • wesbos/javascript-drones
  • FlatIcon
  • About

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

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published