0.1.7 • Published 3 years ago

@team-choco/xiv v0.1.7

Weekly downloads
8
License
-
Repository
github
Last release
3 years ago

NOTE: THIS LIBRARY IS CURRENTLY UNDER HEAVY DEVELOPMENT, USE AT YOUR OWN RISK

NPM Version NPM Downloads Coveralls CI

@team-choco/xiv

A collection of Final Fantasy XIV APIs used by @team-choco!

Install

$ npm install -S @team-choco/xiv

Usage

$ npm install -S @team-choco/xiv
import { XIV, getPoweredBy } from '@team-choco/xiv';

const xiv = new XIV({
  xivapi: '<token-here>',
});

xiv.characters.search({
  name: 'First Last',
  server: 'Famfrit',
}).then((response) => {
  console.log(response);
});

console.log(getPoweredBy(xiv.characters.search));
// ~~ Output ~~
// {
//   name: 'xivapi',
//   url: 'https://xivapi.com',
// }
0.1.7

3 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.5

3 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago