x-js

0.0.5 • Public • Published

X.js

Meant to simplify the process of working with data and client/server interaction. Don't repeat yourself - be DRY!

Travis-CI

Installation

X.js is highly dependent on jQuery (>1.5.0) and some functionality is dependent on Underscore.js (or Lo-Dash).

For normal use, include the before mentioned dependencies and then either x.js or a minified version — x.min.js.


For Node.js users, it's a matter of the following:

$ npm install x-js

Then to work with it:

var X = require('x-js');

Documentation

Hopefully coming soon...

Changelog

0.0.5 NOV 14, 2013

  • Remove need for requiring dependencies manually.

0.0.3 NOV 11, 2013

  • Tests are being slowly implemented

Get in touch

Follow me on twitter @rthor or send me a line in an email.

Readme

Keywords

none

Package Sidebar

Install

npm i x-js

Weekly Downloads

0

Version

0.0.5

License

MIT

Last publish

Collaborators

  • rthor