GETTING STARTED
AMPLIFY.JS
DATA MANAGEMENT & COMPONENT COMMUNICATION

AmplifyJS is a set of components designed to solve common web application problems with a simplistic API. 

Amplify's goal is to simplify all forms of data handling by providing a unified API for various data sources. Amplify's store component handles persistent client-side storage, using standards like localStorage and sessionStorage, but falling back on non-standard implementations for older browsers. Amplify's request adds some additional features to jQuery's ajax method while abstracting away the underlying data source.

Find out more...


USING AMPLIFY.JS WITH MYDIGITALSTUCTURE

You can use amplify.js to augment/replace the code that you may have in your "master" file with the controller layer.  Amplify.js abstracts you from a lot if the underying issues of data management, including communicating with a data service like mydigitalstructure.com.  It extends the jQuery.ajax() function and also allows you to store data locally if required.

It creates an abstraction from data management mechanisms, as jQuery does for the DOM mechanisms.

You can find a version of the hosted js file at:

/jscripts/amplify-1.1.0.min.js

 

amplifyjs

 

Watch a video on how to use amplify.js