@hiherto-elements/esi

A simple es6 module wrapper around the eve online api

Usage no npm install needed!

<script type="module">
  import hihertoElementsEsi from 'https://cdn.skypack.dev/@hiherto-elements/esi';
</script>

README

esi-es6

npm license GitHub tag Travis GitHub issues

<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);