Frontend-only React app that drops you into random Google Street View locations inside any city, country, or address. Includes a mini-map for orientation and a bold, editorial UI.
- Install dependencies:
bun install- Create an
.envfile (see.env.example) and add your Google Maps API key:
VITE_GOOGLE_MAPS_API_KEY=your_key_hereMake sure the key has the Maps JavaScript API, Geocoding API, and Places API enabled.
- Run the dev server:
bun run devbun run dev— start Vitebun run build— production buildbun run preview— preview build locally
- City list derived from GeoNames
cities15000andcountryInfodumps (CC BY 4.0).