vexlib-js

Biblioteca para interactuar con vex

Usage no npm install needed!

<script type="module">
  import vexlibJs from 'https://cdn.skypack.dev/vexlib-js';
</script>

README

vexlib-js:

En el shell/On the shell:

yarn add vexlib-js

En el código/On your code:

import VexLib from 'vexlib-js'

const vl = VexLib.singleton({
  baseUrl: 'localhost', // Default: 'ex.contimita.com' if serving from the web
  lang: 'ES' // Default: 'EN'
  })

MIT Licensed 2018-2019 by Sistemas Timitacon C.A.