- Clone the repo
git clone
- Install Package
npm install
- Setup Environment on .env
GOOGLE_MAP_API_KEY= //YOURKEY
- Run on NodeJs
node index.js
- Run program
or
npm start
node index.js
- Enter PanoId
Enter Pano Id: Your PanoId
- Get Result
Result Url = https://www.google.com/maps/place/55.79095087313308,38.43603199976145
- Open Developer console on GeoGuessr Tap
- Open Network tap on Developer console
- Play some game (can use in everymode)
- Find package on Network tap which start with
cbk?cb_client=
- Click on the package that match in 4. and click on right tap named payload
payload
- Get panoid from payload
panoid: xxxxxxxxxxx
- Enter PanoId from (6.) to this program
Enter Pano Id: xxxxxxxxxxx
- Get Result
Result Url = https://www.google.com/maps/place/xxxxxxxxxxx
- Copy/Following the result url
Get your GOOGLE_MAP_API_KEY by following this Google documentation
Enjoy 😀