ocmal binding to the _URL
Javascript plugin using gen_js_api
binding to URI.js ussing gen_js_api.
This plugin allows you to create url inside your ocaml mobile app.
You can use opam by pining the repository with:
opam pin add url_js https://github.com/besport/ocaml-url-js
to compile your project, use:
```Shell
dune build @install
Finally, install the "url_js" plugin with:
cordova plugin add url_js
The typing of this library is done with Js_of_ocaml
types. You can
learn more about it in the js_of_ocaml official
documentation
cf URL development documentation
[TODO]
cf URL developement documentation
[TODO]