Remove TODO

This commit is contained in:
Foxtrot 2016-05-08 22:15:20 +01:00
parent 974e9db6c1
commit 4c5c9a6d8d
No known key found for this signature in database
GPG Key ID: BF3F754F96997E04

View File

@ -4,8 +4,6 @@
With the new WiFi Pineapple Interface, It is easy to create modules that use the new [API](api.md). 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. 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 ##Anatomy of a basic module
A basic module will request information through AngularJS to PHP, and then the PHP will provide a response to AngularJS, where it will then be displayed on the HTML page for the user to see. A basic module will request information through AngularJS to PHP, and then the PHP will provide a response to AngularJS, where it will then be displayed on the HTML page for the user to see.