4.0.0 • Published 9 years ago

com.jp.plugins v4.0.0

Weekly downloads
-
License
Apache 2.0
Repository
-
Last release
9 years ago

*Cordova : Get IP Address of your Device*

By using this plugin you can get the ip address of your devices.

Install this plugin using:

cordova plugin add com.jp.plugins

Remove Plugins :

cordova plugin remove com.jp.plugins

Put the below code in your javascript code to get the ip address:

getdeviceip.get_ip( function(ipaddress) { console.log(ipaddress); }, function(error) { console.log(error); } );

GitHub URL: https://github.com/jaypratapsingh/cordova_get_ip_address

npm url : https://www.npmjs.com/package/com.jp.plugins.getipaddress