esi-es6

A simple es6 module wrapper around the eve online api

Usage no npm install needed!

<script type="module">
  import esiEs6 from 'https://cdn.skypack.dev/esi-es6';
</script>

README

esi-es6

<script type="module">
  import { get_alliances as getAlliances } from './node_modules/esi-es6-lib/Alliances.js';
  getAlliances.then(console.log);
</script>
  import { get_alliances as getAlliances } from 'esi-es6-lib/Alliances.js';
  getAlliances.then(console.log);