Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbernasconi/chrome-cordova
A chrome extension to mock Cordova plugin data
https://github.com/pbernasconi/chrome-cordova
Last synced: about 2 months ago
JSON representation
A chrome extension to mock Cordova plugin data
- Host: GitHub
- URL: https://github.com/pbernasconi/chrome-cordova
- Owner: pbernasconi
- Created: 2014-10-29T07:41:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T06:21:11.000Z (over 7 years ago)
- Last Synced: 2024-10-14T23:05:52.136Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 24.6 MB
- Stars: 158
- Watchers: 11
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cordova Mocks
==============[![preview](https://github.com/pbernasconi/chrome-cordova/blob/master/src/images/icon-72-on.png)]()
A Google Chrome extension to mock Cordova plugins and APIs.
## [See it on the Chrome Webstore](https://chrome.google.com/webstore/detail/cordova-mocks/iigcccneenmnplhhfhaeahiofeeeifpn)
https://chrome.google.com/webstore/detail/cordova-mocks/iigcccneenmnplhhfhaeahiofeeeifpn
## Plugins Supported
- [Barcode Scanner](https://github.com/wildabeast/BarcodeScanner)
- [Camera](https://github.com/apache/cordova-plugin-camera) *
- [Contacts](https://github.com/apache/cordova-plugin-contacts) *
- [Device Motion](https://github.com/apache/cordova-plugin-device-motion) *
- [Device Orientation](https://github.com/apache/cordova-plugin-device-orientation) *
- [Device](https://github.com/apache/cordova-plugin-device) *
- [Dialogs](https://github.com/apache/cordova-plugin-dialogs) *
- [File](https://github.com/apache/cordova-plugin-file) *
- [Flashlight](https://github.com/EddyVerbruggen/Flashlight-PhoneGap-Plugin)
- [Geolocation](https://github.com/apache/cordova-plugin-geolocation) *
- [Globalization](https://github.com/apache/cordova-plugin-globalization) *
- [Network Information](https://github.com/apache/cordova-plugin-network-information) *
- [Vibration](https://github.com/apache/cordova-plugin-vibration) *`* official Apache Cordova Plugin`
## Contributing
```
git clone https://github.com/pbernasconi/chrome-cordova.git
cd chrome-cordova/
npm install
bower install
gulp build
```Make a new Pull Request for any changes you think are necessary!
## Authors
#### Paolo Bernasconi
- https://twitter.com/paolobernasconi
- https://github.com/pbernasconi### LICENSE
Chrome Cordova Mocks is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.