Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.