PokeAPI / pokedex-promise-v2

An easy way to use pokeapi v2 with promises in node.js
MIT License
510 stars 89 forks source link

Partial es6, fixes, caching, testing #5

Closed Naramsim closed 8 years ago

Naramsim commented 8 years ago

Hi, due to node 0.12 I've added only partial support to ECMA2015 I fixed the .getContestEffectById() which was wrong I set up a memory-cache (11 days), so @phalt will be happy I've added the test processes to Travis

tasadurian commented 8 years ago

Looks good!