0.0.6 • Published 8 years ago

cordova-plugin-supercomputer v0.0.6

Weekly downloads
5
License
Apache 2.0
Repository
github
Last release
8 years ago

Cordova Supercomputer Plugin

This plugin provides a way to do some super computing on device.

This plugin defines methods on navigator.notification and navigator.

Although in the global scope, they are not available until after the deviceready event.

document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
    //...
}

Methods

  • senseOfLife - to find sense of life

Installation

cordova plugin add cordova-plugin-supercomputer

Supported Platforms

  • iOS