Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pagopa/push-notificator
Destkop utility to test push notifications on emulators
https://github.com/pagopa/push-notificator
push-notifications utility
Last synced: about 2 months ago
JSON representation
Destkop utility to test push notifications on emulators
- Host: GitHub
- URL: https://github.com/pagopa/push-notificator
- Owner: pagopa
- License: mit
- Created: 2022-01-11T14:45:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T09:04:04.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T19:50:23.765Z (almost 2 years ago)
- Topics: push-notifications, utility
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Push Notificator
A utility that sends push notifications to your emulator. Supporting IOS only for now.## Using it
The UI presents itself with three main inputs:
* the bundle ID that identifies your app
* the payload to be sent
* a simulator to send the notification toPlease check also [our internal HOWTO](https://pagopa.atlassian.net/wiki/spaces/IOAPP/pages/449839749/Test+Push+Notifications+nell+emulatore) and [the article that gave me the idea](https://betterprogramming.pub/how-to-send-push-notifications-to-the-ios-simulator-2988092ba931).
## Contributing
### Setup
1. install [Neutralinojs CLI](https://neutralino.js.org/docs/getting-started/your-first-neutralinojs-app#step-0-installing-neu-cli)
1. `npm install -g @neutralinojs/neu`
2. in the project folder, execute
1. `neu update` only the first time
2. `neu run` to execute the app### Development
* files live under `/resources`
* please use just vanilla Javascript, CSS, HTML for the time being# Credits
- project bootstrapped via [neutralinojs/neutralinojs-minimal)[https://github.com/neutralinojs/neutralinojs-minimal)
- `trayIcon.png` - Made by [Freepik](https://www.freepik.com) and downloaded from [Flaticon](https://www.flaticon.com)