Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 534 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 534 Bytes

pokemon-data-analyzer

A small service that will determine the average weight and height of a given subset of Pokémon.

Installation

$ npm i pokemon-data-analyzer

Usage

$ pokemon-analyzer pokemon-analyzer --limit 10 --offset 9 --sortByType

If you are running on the local repository

$ npm run pokemon-analyzer -- --offset 10 --limit 30

Both parameters (limit and offset) are required sortByType flag is optional, if provided will add additional data sorted by each pokémon type(distinct)