From c83a03b662a380283f1f79abe6f4407c0f0e180d Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Thu, 5 Oct 2017 10:13:07 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ce940f4..a55c810 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Simple Javascript eXtension Framework +Simple Javascript eXtension Framework +== The simple Javascript eXtension framework (jx in short) implements wrappers around common tasks performed on DOM object, JSON object and implements various utilities like **design patterns** for @@ -8,17 +9,14 @@ The simple Javascript eXtension framework (jx in short) implements wrappers arou Jx plays well with existing frameworks like jQuery; Dojo; Mootools; Backbone; Boostrap. We put in a concerted effort to keep it simple yet useful. -# Modules +Modules +== - - - - - - - - - - - -
ModulesDescription
rpc.jsXMLHttpRequest wrapper. Enables to make ajax requests using a simple interface
dom.jsProvides an interfact to manipulate Document Object Model (DOM)...
utils.jsImplements reusable functions around design patterns to manipulate collections, JSON objects ...
ext/math.jsReusable mathematical and statistical functions
ext/ml.jsReusable big data framework with functions like map/reduce.
\ No newline at end of file + +| **Modules** | **Description** | +| -------- | -------- | +| rpc.js | XMLHttpRequest wrapper. Enables to make ajax requests using a simple interface | +| dom.js|Provides an interfact to manipulate Document Object Model (DOM)| +| utils.js|Implements reusable functions around design patterns to manipulate collections, JSON objects| +|ext/math.js|Reusable mathematical and statistical functions, correlations, mean, median, mode ...| +|ext/ml.js|Reusable big data framework with functions like map/reduce|