fe-heroes
v0.1.0
Published
Retrieve heroes from Fire Emblem Heroes
Downloads
4
Maintainers
Readme
fe-heroes
Retrieve heroes from Fire Emblem Heroes.
Install
$ npm install --save fe-heroes
Usage
import feHeroes from 'fe-heroes';
const heroes = feHeroes.getAll();
console.log(heroes);
/*
[
{
name: 'Anna',
title: 'Commander',
},
...
]
*/
API
getAll()
Returns a Promise
that resolves a list of heroes.
License
MIT © Vu Tran