Basic webapp to control a Parrot AR Drone 2.0 quad-copter via browser 💻. Uses pug
(formerly known as jade
) as template engine,
some markdown to html converter, and of course, node.js
.
One Parrot AR.Drone v2 (may work with v1 too). Link here
You need node.js
(and npm
) installed in your computer.
Check it out, you should see something like this in your console:
→ node -v
v4.2.6
→ npm -v
3.9.6
→ git clone https://github.com/baumannzone/dronAPPi.git
Open proyect folder
→ cd dronAPPi
Install project dependencies
→ npm install
Run the app
→ node server.js
👾 Finally, in your browser, go to http://localhost:8088
This has been tested with node 4.2. However, it should work with previous versions.
- express.js - Fast, unopinionated, minimalist web framework for node.js
- Pug – robust, elegant, feature rich template engine for node.js
- Showdown - A Markdown to HTML converter written in Javascript
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Jorge Baumann - @baumannzone
This project is licensed under the MIT License - see the license.md file for details