Skip to content

Commit

Permalink
chore: update readme (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-berard authored Dec 8, 2024
1 parent a234b83 commit 0ed589d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ A collection of nodes to manage WebDAV with Node-RED.
</a>
</p>

## 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.
Expand All @@ -54,10 +64,6 @@ 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.

## Notes

Inspired by https://flows.nodered.org/node/node-red-node-webdav

## License

MIT

0 comments on commit 0ed589d

Please sign in to comment.