https://github.com/soixantecircuits/cordova-notification
This repo is intended to test the http://plugins.cordova.io/#/package/com.cordova.plugin.localnotificationplugin
https://github.com/soixantecircuits/cordova-notification
Last synced: 3 months ago
JSON representation
This repo is intended to test the http://plugins.cordova.io/#/package/com.cordova.plugin.localnotificationplugin
- Host: GitHub
- URL: https://github.com/soixantecircuits/cordova-notification
- Owner: soixantecircuits
- Created: 2015-03-19T16:15:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T09:32:20.000Z (about 10 years ago)
- Last Synced: 2025-01-29T13:44:52.876Z (4 months ago)
- Language: Java
- Homepage:
- Size: 3.03 MB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cordova Notification
This repo is intended to test the [cordova local notifications plugin](http://plugins.cordova.io/#/package/com.cordova.plugin.localnotificationplugin).
## Installation
Make sure you have `cordova` installed:
```
npm i -g cordova
```
Then, add the platform you want to support:
```
cordova platform add android ios
```You'll probably want to use a [socket event emitter](https://github.com/hugohil/socketio-event-emitter) to trigger test events
## Usage
```
cordova run [android/ios]
```### Ionic
You can also use [ionic view](http://view.ionic.io/) to test on device without building on your own machine.
Make sure you have ionic installed, if not: `npm i -g ionic`.
Then:
```
ionic upload
```> Though it is very helpfull, it can be a little confusing (updating the build on the device may take longer than what the cli printed, manifests may not be updated, etc). It can play you tricks :)