billyvg / pokemon-go-iv

Returns a list of your pokemon's IV in JSON (Pokemon Go)
MIT License
30 stars 10 forks source link

Can't seem to get this to work... #2

Closed swablueme closed 8 years ago

swablueme commented 8 years ago

I can't seem to find the module as shown in the image.

npm version: 3.10.5 node version: v6.3.1 Running on Windows 10

billyvg commented 8 years ago

In your git\pokemon-go-ivdirectory run node bin\app.js instead of node pokemon-go-iv

If you install the package globally (i.e.npm install -g pokemon-go-iv) then, if your PATH is setup correctly, you will be able to run pokemon-go-iv from anywhere (without calling node before it)

Nicte commented 8 years ago

Hey, don't want to create an issue, just wanted to thank you. This is the simplest tool (and by far the easiest one) to get exact IV's. Nothing complex, just gets the job done!

Did you create it as part of a bigger project or something?

billyvg commented 8 years ago

Yep, I started off with this and wasn't satisfied :)

swablueme commented 8 years ago

Thanks mate :+1: