This app let's you explore all the counties of the world by clicking on them on the draggable and zoomable globe.
To fetch information about each country I'm using the following REST API endpoints:
All the photos used in the app come from Unsplash JSON API which provides free and high-resolution photos.
Show the country you're currently in. (You'll have to give the app access to your location.)
Let the app select a random country for you by clicking on Show random country
widget.
Use autocomplete form to find a country.
You can use the app in dark mode if you like!
Keyboard shortcuts
Key | Description |
---|---|
ctrl ↑ | Rotate up |
ctrl ↓ | Rotate down |
ctrl ← | Rotate left |
ctrl → | Rotate right |
+ | Zoom in |
- | Zoom out |
l | Rotate to selected country |
r | Select random country |
w | Show/hide widgets |
ctrl / | Show/hide shortcuts |