Skip to content

teixeira-matheus/pokemon-data-analyzer

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published