Simple plugin that returns your string prefixed with ultimate.
This plugin provides a simple example demonstrating how Cordova plugins work.
Install the plugin
$ cordova plugin add https://github.com/shankar667/cordova-plugin-ultimate.git
Edit www/js/index.js
and add the following code inside onDeviceReady
ultimate.ping("World", success, failure);
Install iOS or Android platform
cordova platform add ios
cordova platform add android
Run the code
cordova run
For more information on setting up Cordova see the documentation
For more info on plugins see the Plugin Development Guide