Package Information
Released: 12/27/2024
Downloads: 0 weekly / 13 monthly
Latest Version: 1.1.1
Author: forestsource
Available Nodes
Documentation
n8n-nodes-day-of-the-week
The "Day of the Week" node for n8n allows users to:
- Monitor and trigger workflows based on specific days of the week and weeks of the month.
- Select multiple days and weeks to customize their monitoring preferences.
This node is particularly useful for:
- Scheduling tasks
- Automating processes that need to occur on specific days or weeks.
How to use
Community Nodes (Recommended)
- Go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-day-of-the-week
in Enter npm package name. field. - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
- Select Install.
Manual installation
To get started install the package in your n8n root directory:
npm install n8n-nodes-day-of-the-week
Contributing
- Fork it (https://github.com/open-pix/n8n-nodes-day-of-the-week/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -m 'feat(fooBar) Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Requ