RPiJS jQuery Plugin

RPiJS is a jQuery plugin. It provides a nice JavaScript interface to the data available through the REST api.

First the plugin needs to be initialized through $.rpijs.init call. After the plugin is initialized you can access data with $.rpijs.get or you can put data directly into a jQuery DOM element using $.fn.rpijs.

For an example of using the RPiJS jQuery Plugin check src/html/example-jquery.html.