https://github.com/clement-berard/node-red-contrib-better-webdav
A collection of nodes to manage WebDAV with Node-RED.
https://github.com/clement-berard/node-red-contrib-better-webdav
node-red node-red-contrib node-red-dxp webdav
Last synced: 5 months ago
JSON representation
A collection of nodes to manage WebDAV with Node-RED.
- Host: GitHub
- URL: https://github.com/clement-berard/node-red-contrib-better-webdav
- Owner: clement-berard
- Created: 2024-11-23T16:54:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T10:56:44.000Z (over 1 year ago)
- Last Synced: 2025-01-09T11:42:08.992Z (over 1 year ago)
- Topics: node-red, node-red-contrib, node-red-dxp, webdav
- Language: TypeScript
- Homepage:
- Size: 346 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-red-contrib-better-webdav
A collection of nodes to manage WebDAV with Node-RED.
## Disclaimer
This package is largely inspired by the excellent [node-red-node-webdav](https://flows.nodered.org/node/node-red-node-webdav) package 💪
However, I needed additional features not available in the existing package. As a result, I decided to create my own.
This isn't intended to replace the existing library. It was also a personal project to help me practice building Node-RED nodes, explore how to create them in TypeScript, and deepen my understanding of the process.
There's no pretense that this is better than the original package—just a different approach for specific needs and learning purposes.
## Features
All actions use the same node, you just need to change the action in the node configuration or use entry property.
Many feature are missing, but the package is growing. Here is the list of the current features:
### `createDirectory`
### `deleteFile`
### `exists`
### `getDirectoryContents`
### `getFileContents`
## Roadmap
- [ ] implement all https://www.npmjs.com/package/webdav
## Contributing
This package use [node-red-dxp](https://www.npmjs.com/package/@keload/node-red-dxp) to build the package.
A crazy fast and easy way to build Node-RED package.
Please feel free to contribute to this package by creating issues or pull requests.
## License
MIT