Create creating_modules.md

This commit is contained in:
Marc 2016-04-05 23:39:39 +01:00
parent 83ad5d96ff
commit 569330b4c1

View File

@ -1,3 +1,10 @@
# Creating WiFi Pineapple Modules
Work in progress
##Introduction
With the new WiFi Pineapple Interface, It is easy to create modules that use the new [API](api.md).
Modules use HTML, AngularJS and PHP to make requests and retrieve a response. The new interface and the modules also use Bootstrap.
// TODO: write better Introduction
##Anatomy of a basic module
A basic module will request information through AngularJS to PHP, and then PHP will provide a response to AngularJS, where it will then be displayed on the page.