billyvg / pokemon-go-iv

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

Usage - could you explain parameters -l and -s? #6

Closed aisbergde closed 8 years ago

aisbergde commented 8 years ago

the usage should be: node pokemon-go-iv -u -p -a <"ptc"|"google"> -l "" [-s time|iv] [--cache] but I have no idea what the -l and -s should do, especially what location to enter. other parameters are clear for me, but may be there could also a description for other users.

Currently I am not able to install ar run the program so I can't test what this could mean.

enriquemh commented 8 years ago

-l is the location value; What I have done is to use google maps, select a location where you are and copy the value in the url:For this url https://www.google.dk/maps/@38.8934065,-77.0384208,14.79z use -l "38.8934065,-77.0384208". -s is for sorting the data when returning, sorted by time acquired (time) or by iv (iv).

If you have problems in windows running the script, try to go into the nodejs/node-modules/npm folder and run: npm install node-gyp@latest, cause there is some problem with the node-gyp installed inside the npm tool. And remember to install the visual c tools so it rebuilds correctly.

billyvg commented 8 years ago

location is now removed (24974bd4ab168c8e78dc31898d4c4fe3222387e4) and new sort values have been added (b6ca3ef472bfe4dfce4587fa3a17252d923972e4)