https://github.com/savjee/n8n-nodes-normalize-url
https://github.com/savjee/n8n-nodes-normalize-url
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/savjee/n8n-nodes-normalize-url
- Owner: Savjee
- License: mit
- Created: 2024-12-22T12:01:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-22T19:55:23.000Z (over 1 year ago)
- Last Synced: 2025-09-30T08:56:01.598Z (9 months ago)
- Language: TypeScript
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# n8n-nodes-normalize-url
This is an n8n community node. It lets you normalize URLs in your workflows.
Eseentially just a wrapper around [normalize-url](https://www.npmjs.com/package/normalize-url).
This custom node was generated almost entirely by a single V0.dev prompt:
> Write a custom n8n node that uses the normalize-url package from npm. The custom node needs to be able to take a URL as input, normalize it using the package, and then output it. Also expose all the parameters of the library so that I can toggle them from the custom n8n node.
>
> Boolean options:
>
> normalizeProtocol
> forceHttp
> forceHttps
> stripAuthentication
> stripHash
> stripProtocol
> stripTextFragment
> stripWWW
> removeQueryParameters
> removeTrailingSlash
> removeSingleSlash
> removeDirectoryIndex
> removeExplicitPort
> sortQueryParameters
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
[Installation](#installation)
[Operations](#operations)
[Compatibility](#compatibility)
[Version history](#version-history)
## Installation
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
## Compatibility
Tested with n8n v1.62.4
## Version history
v0.1.0 (2024-12-22)
* Initial release