- Algorithm to isolate the main parts and the key-value sets of a URL.
- Colorizes the URL parts and highlights characters; CLI app.
- Same code used in the WebApp but organized as a class; it also includes a test class; CLI app.
- Link:
URL Parser
- Parses a URL in 4 parts:
Domain
;Path
;Parameters
;Fragment
.
- Domain tries to obtain the site's icon (
favicon
) using a Google API; - Parameters and Fragment are parsed into
key
and (optional)value
; - Decode: press the
Decode
button to solve encoded characters and actually read the URL's content.
- Tracks;
- Episodes;
- Shows;
- Artists;
- Albums;
- Playlists;
- Spotify URIs are accepted and converted into URLs.
- Contribution to Google Tag Manager / Analytics tracking solution for Spotify content:
- Documentation;
- Visit this project's Web App, open the console (
F12
) and typedataLayer
to see the tag working (a Spotify content will already be loaded).
- Icon Art by @julieta_1864