UNPKG

neat-url

Version:

Normalize URLs by removing tracking parameters.

28 lines (19 loc) 529 B
# neat-url Normalize URLs by removing tracking parameters. ## Example ``` const neatUrl = require('neat-url'); let url = neatUrl({ url: "https://www.example.com/bens-tagging?utm_source=mysite.com&utm_medium=referral&utm_campaign=url+tracking+post#Echobox=1568564590", includeHash: true }) console.log("url: " + url); // url: https://www.example.com/bens-tagging ``` ## Installation ``` npm install --save neat-url ``` ## License Copyright © 2019 Licensed under the [MIT license](LICENSE).