tellots
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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
  • Package Sidebar

    Install

    npm i tellots

    Weekly Downloads

    10

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    68 kB

    Total Files

    19

    Last publish

    Collaborators

    • siokas