Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elcuervo/phreak
PhoneGap wrapper
https://github.com/elcuervo/phreak
Last synced: about 2 months ago
JSON representation
PhoneGap wrapper
- Host: GitHub
- URL: https://github.com/elcuervo/phreak
- Owner: elcuervo
- Created: 2011-09-02T01:43:34.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-21T11:30:53.000Z (over 13 years ago)
- Last Synced: 2024-11-28T23:28:28.538Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phreak
![Phreak](http://3.bp.blogspot.com/_vd0HXNLvLlY/TQN_siOjwxI/AAAAAAAAAUI/YeIgSvWm2mw/s1600/pulling-sms-from-used-phones.jpg)
Phreak attemps to git a more friendly API to PhoneGap
## Example
```javascript
$p.device_ready(function(){
$p.acceleration.current(function(){
$("#x_coord").html(this.x);
});
});
```## Implemented so far
* Accelerometer x
* Camera
* Capture
* Compass
* Connection x
* Contacts
* Device x
* Events x
* File
* Geolocation x
* Media
* Notification
* Storage