Skip to content

NodeJS Webapp to control a parrot ar-drone v2 via browser

License

Notifications You must be signed in to change notification settings

baumannzone/n-dronao

Repository files navigation

🚀 N-Dronao 🚀

Build Status Known Vulnerabilities SonarQube

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.

Getting Started

Prerequisites

One Parrot AR.Drone v2 (may work with v1 too). Link here

Img

You need node.js (and npm) installed in your computer.

Check it out, you should see something like this in your console:

node.js

→ node -v
v4.2.6

npm

→ npm -v
3.9.6

Installing

→ 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

Node compatibility

This has been tested with node 4.2. However, it should work with previous versions.

Built With

  • 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

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the license.md file for details