Loading...

Example: Using AMD and Bower.js

Aeris.js

Aeris.js components can all be loaded using an AMD loader (eg. Require.js). Take a peek at src/app.js for an example of how to configure Require.js and load Aeris.js AMD modules.

Bower.js can be used to automatically download all of the dependencies for Aeris.js. Running bower install from command line will install dependencies in the bower_components directory.

Having trouble?
Make sure you've created an apikeys.js file, with a valid Aeris client_id and client_secret.
You will also need to run bower install from the examples/amd directory in order to download dependencies for Aeris.js