Let's use React to fly a drone
Let's fly a Parrot mini-drone rolling spider using React.
Setup
- Buy the drone
- Clone this repo and run
npm install
- Modify the
uuid
field for your drone on line #5 of this file. - Run
npm start
and you're in business :) - A browser window should have opened. Click the
takeoff
button and your drone should start flying.
The talk
This repo was part of a talk done at a meetup in Orlando called UniversityJS on October 14, 2015. It was their 1-year anniversary so we wanted to do something special.
If you're interested in seeing the talk here is a YouTube link for it, and also my slides are here.