cordova-plugin-uptime
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "cordova-plugin-uptime", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "This plugin return the time spent in milliseconds since boot (without sleep time).", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -5,7 +5,8 @@ | ||
Plugin provides the elapsed time since system boot up aka uptime. | ||
Plugin provides the elapsed time in milliseconds since system boot up aka uptime. | ||
## Installation | ||
cordova plugin add cordova-plugin-uptime | ||
$ ionic cordova plugin add cordova-plugin-uptime | ||
$ npm install --save @ionic-native/uptime | ||
@@ -30,3 +31,3 @@ ## Supported Platforms | ||
.catch((error) => console.log(error)); | ||
**ES5 based platforms:** | ||
**ES5 usage:** | ||
@@ -33,0 +34,0 @@ Uptime.getUptime( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35280
43