/freedomotic

Primary LanguageJavaScriptMIT LicenseMIT

Freedomotic

jQuery plugin for the Node.js application of freedomotic framework

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/freedomotic.min.js"></script>
<script>
jQuery(function($) {
  $.awesome(); // "awesome"
});
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)