Sh1n / freedomotic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

License:MIT License


Languages

Language:JavaScript 100.0%