Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeffgukang/devicecontrolonweb.js

A simple sensors control of devices javascript plugin for Tizen and Web Browser.
https://github.com/jeffgukang/devicecontrolonweb.js

Last synced: about 12 hours ago
JSON representation

A simple sensors control of devices javascript plugin for Tizen and Web Browser.

Awesome Lists containing this project

README

        

# VibrationControlOnBrowser.js #

A simple vibration control of devices javascript plugin

###Example:###
- http://www.supanomal.com/opensources/mobile_vibration/

## Installation ##
Setting up VibrationControlOnBrowser.js is pretty simple. Just download the js and include it in your HTML:

```HTML

```

## Basic Usage ##

```javascript
startVibration(_duration, _interval, _numberoftime)
```
* _duration
* Duration of vibration
* _interval
* interval until next vibration
* _numberoftime
* 0: infinite
* _numberoftime > 0 : number of vibration count

## Change Log##

###1.0###
* initial release

# shakeRecognizer.js #

A simple javascript plugin for shake recognizer of devices

###Example:###
- http://www.supanomal.com/opensources/mobile_vibration/shaketext.html

## Installation ##
Setting up VibrationControlOnBrowser.js is pretty simple. Just download the js and include it in your HTML:

```HTML

```

## Basic Usage ##

```javascript
shakeRecongnizerOn(_func_);
```

## Change Log##

###1.0###
* initial release