Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextcloud/flow_notifications
↪️🔔 Send notification action for Nextcloud Flow
https://github.com/nextcloud/flow_notifications
nextcloud nextcloud-app nextcloud-flow notifications open-source php
Last synced: 3 months ago
JSON representation
↪️🔔 Send notification action for Nextcloud Flow
- Host: GitHub
- URL: https://github.com/nextcloud/flow_notifications
- Owner: nextcloud
- License: agpl-3.0
- Created: 2020-06-23T12:43:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T02:58:56.000Z (3 months ago)
- Last Synced: 2024-09-30T02:41:03.721Z (3 months ago)
- Topics: nextcloud, nextcloud-app, nextcloud-flow, notifications, open-source, php
- Language: PHP
- Homepage: https://apps.nextcloud.com/apps/flow_notifications
- Size: 2.06 MB
- Stars: 16
- Watchers: 4
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- project-awesome - nextcloud/flow_notifications - ↪️🔔 Send notification action for Nextcloud Flow (PHP)
README
# Nextcloud Flow Notifications
**📝 Notification action for Nextcloud Flow**
### 🔩 Configure your flow
![](screenshots/configuration.png)### 🔔 Receive notifications
![](screenshots/notification.png)## 🏗 Development setup
1. ☁ Clone this app into the `apps` folder of your Nextcloud: `git clone https://github.com/nextcloud/flow_notifications.git`
2. 👩💻 In the folder of the app, run the command `npm ci && npm run dev` to install dependencies and build the Javascript.
3. ✅ Enable the app through the app management of your Nextcloud
4. 🎉 Partytime! Help fix [some issues](https://github.com/nextcloud/flow_notifications/issues) and [review pull requests](https://github.com/nextcloud/flow_notifications/pulls) 👍### 🧙 Advanced development stuff
To build the Javascript whenever you make changes, you can also use `npm run build`. Or `npm run watch` to automatically rebuild on every file save.
## ♥ How to create a pull request
This guide will help you get started:
- 💃 [Opening a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)## ✌ Code of conduct
The Nextcloud community has core values that are shared between all members during conferences, hackweeks and on all interactions in online platforms including [Github](https://github.com/nextcloud) and [forums](https://help.nextcloud.com). If you contribute, participate or interact with this community, please respect [our shared values](https://nextcloud.com/code-of-conduct/). 😌