krohrsb / xdm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xdm

Build Status

Installation

Install with Bower:

bower install --save xdm

The component can be used as a Common JS module, an AMD module, or a global.

API

xdm()

Testing

Install Node (comes with npm) and Bower.

From the repo root, install the project's development dependencies:

npm install
bower install

Testing relies on the Karma test-runner. If you'd like to use Karma to automatically watch and re-run the test file during development, it's easiest to globally install Karma and run it from the CLI.

npm install -g karma
karma start

To run the tests in Firefox, just once, as CI would:

npm test

Browser support

  • Google Chrome (latest)
  • Opera (latest)
  • Firefox 4+
  • Safari 5+
  • Internet Explorer 8+

About

License:MIT License


Languages

Language:JavaScript 100.0%