first commit
This commit is contained in:
commit
276bb92d08
10 changed files with 294 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# clear_url
|
||||
|
||||
clear_url is an [OCaml] library to remove tracking elements from URLs.
|
||||
|
||||
It is based on [ClearURLs](https://gitlab.com/KevinRoebert/ClearUrls)
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```ocaml
|
||||
let dirty_url = "https://example.com?utm_source=newsletter1&utm_medium=email&utm_campaign=sale"
|
||||
let () = Format.printf (Clear_url.clean dirty_url)
|
||||
```
|
||||
|
||||
## About
|
||||
|
||||
- [LICENSE]
|
||||
|
||||
[example]: ./example
|
||||
[LICENSE]: ./LICENSE.md
|
||||
[opam file]: ./clear_url.opam
|
||||
|
||||
[OCaml]: https://ocaml.org
|
||||
Loading…
Add table
Add a link
Reference in a new issue