https://github.com/juliandavidmr/sat
Sistema de alertas tempranas
https://github.com/juliandavidmr/sat
alerta application ionic2 sat
Last synced: 2 months ago
JSON representation
Sistema de alertas tempranas
- Host: GitHub
- URL: https://github.com/juliandavidmr/sat
- Owner: juliandavidmr
- Created: 2017-02-22T02:45:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T10:05:54.000Z (about 9 years ago)
- Last Synced: 2025-01-06T00:30:44.302Z (over 1 year ago)
- Topics: alerta, application, ionic2, sat
- Language: TypeScript
- Size: 55 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SAT
Sistema de alertas tempranas
## Instalación
```bash
$ git clone https://github.com/juliandavidmr/SAT
$ cd SAT
$ yarn
...
$ ionic serve
```
## Instalar modulos (Plugins)
Instalación de plugins desde cero.
```bash
# Notificaciones
# Instalar notificaciones
$ ionic plugin add de.appplant.cordova.plugin.local-notification
$ yarn add @ionic-native/local-notifications
# Background mode
$ ionic plugin add cordova-plugin-background-mode
$ yarn add @ionic-native/background-mode
```
## Certificar app
https://www.thepolyglotdeveloper.com/2016/07/using-local-notifications-ionic-2-mobile-app/
https://ionicframework.com/docs/resources/developer-tips/