/pokemon-go-iv-calculator-1

An IV, CP, HP, Atk, Def, calculator for Pokemon GO

Primary LanguageJavaScript

Getting started

  npm install

Usage

Parse single result

  node index.js zubat 342 52 3000

Parse CSV file

  • Follow this format
name,cp,hp,stardust,level
raticate,815,74,2500
  • Run this command
  node index.js /path/to/input.csv > /path/to/output.csv