-
Notifications
You must be signed in to change notification settings - Fork 10
How to install esiJS
Farlido Tekitsu edited this page Aug 8, 2019
·
2 revisions
- Install
npm npm i --save esijs- Put this in your code 👍
let esiJS = require('esiJS')
// Use all functions like this:
let a = await esiJS.group.<subgroup>.function()
.catch(function(e) {
// whatever you want to do with errors
})
// functions MUST be 'await'ed, otherwise they wont work properly,
// except `getSettings`, `setSettings` and `addArrays`, those are synchronous functions (but can be used as async)
Isn't it easy ? :)
If you need help with esiJS, contact GingkathFox on reddit : u/GingkathFox or in-game Gingka Akiyama
If you want to help expanding this wiki contact xenyaume on reddit : u/xenyaume, or in-game Farlido Tekitsu