Commit e27ee89f by Sebastián Katzer

Add windows

parent 13af9eab
...@@ -10,11 +10,11 @@ Cordova Local-Notification - Example ...@@ -10,11 +10,11 @@ Cordova Local-Notification - Example
[Download][zip] or clone the _example_ branch and run the following command: [Download][zip] or clone the _example_ branch and run the following command:
```bash ```bash
cordova run [ios|android] cordova run [ios|android|windows]
``` ```
These will lunch the simulator or any plugged in device and start the example application as seen below in the screenshots.<br/> These will lunch the simulator or any plugged in device and start the example application as seen below in the screenshots.<br/>
Its also possible to open and debug the project with [Xcode][xcode], [Android Studio][studio] or [Eclipse][eclipse]. Its also possible to open and debug the project with [Xcode][xcode], [VS Express for Windows][vsexpress], [Android Studio][studio] or [Eclipse][eclipse].
<p align="center"> <p align="center">
<img src="images/overview.png"></img> <img src="images/overview.png"></img>
...@@ -88,6 +88,7 @@ This software is released under the [Apache 2.0 License][apache2_license]. ...@@ -88,6 +88,7 @@ This software is released under the [Apache 2.0 License][apache2_license].
[readme]: https://github.com/katzer/cordova-plugin-local-notifications/blob/master/README.md [readme]: https://github.com/katzer/cordova-plugin-local-notifications/blob/master/README.md
[zip]: https://github.com/katzer/cordova-plugin-local-notifications/archive/example.zip [zip]: https://github.com/katzer/cordova-plugin-local-notifications/archive/example.zip
[xcode]: https://developer.apple.com/xcode/ [xcode]: https://developer.apple.com/xcode/
[vsexpress]: https://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx
[studio]: https://developer.android.com/sdk/installing/studio.html [studio]: https://developer.android.com/sdk/installing/studio.html
[eclipse]: https://developer.android.com/sdk/index.html [eclipse]: https://developer.android.com/sdk/index.html
[apache2_license]: http://opensource.org/licenses/Apache-2.0 [apache2_license]: http://opensource.org/licenses/Apache-2.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment