/ocaml-cordova-plugin-googleplus

Primary LanguageOCamlGNU Lesser General Public License v2.1LGPL-2.1

ocaml-cordova-plugin-googleplus

Binding to cordova-plugin-googleplus

What does ocaml-cordova-plugin-googleplus do ?

[TODO]

How to install and compile your project by using this plugin ?

You can use opam by pinning the repository with:

opam pin add cordova-plugin-googleplus https://github.com/Thibaut-Gudin/ocaml-cordova-plugin-googleplus

to compile your project, use:

dune build @install

Finally, install the cordova plugin "cordova-pugin-googleplus" with:

cordova plugin add cordova-plugin-googleplus

How to use it?

[TODO]