Module that aggregates tools for managing URI(s). wUri
leverages parsing, joining, extracting, normalizing, nativizing, resolving URI(s)... Use the module to get uniform experience from playing with URI(s) on different platforms.
git clone https://github.com/Wandalen/wUri
cd wUri
will .npm.install
node sample/trivial/Sample.s
Make sure you have utility willbe
installed. To install willbe: npm i -g willbe@stable
. Willbe is required to build of the module.
npm add 'wuri@stable'
Willbe
is not required to use the module in your project as submodule.