{"id":28461678,"url":"https://github.com/vagnervjs/voice-navigation","last_synced_at":"2025-07-18T19:33:30.095Z","repository":{"id":17701689,"uuid":"20507747","full_name":"vagnervjs/voice-navigation","owner":"vagnervjs","description":"🎙️ Navigate Google Maps Street View with voice commands - hands-free exploration using modern JavaScript","archived":false,"fork":false,"pushed_at":"2025-06-07T23:12:00.000Z","size":6315,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-03T08:43:07.806Z","etag":null,"topics":["accessibility","es6","google-maps","hands-free","street-view","voice-control","voice-navigation","web-speech-api"],"latest_commit_sha":null,"homepage":"http://vagnervjs.github.io/voice-navigation/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vagnervjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-05T01:40:50.000Z","updated_at":"2025-06-07T22:54:20.000Z","dependencies_parsed_at":"2022-09-14T11:13:05.182Z","dependency_job_id":null,"html_url":"https://github.com/vagnervjs/voice-navigation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vagnervjs/voice-navigation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vagnervjs%2Fvoice-navigation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vagnervjs%2Fvoice-navigation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vagnervjs%2Fvoice-navigation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vagnervjs%2Fvoice-navigation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vagnervjs","download_url":"https://codeload.github.com/vagnervjs/voice-navigation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vagnervjs%2Fvoice-navigation/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265820204,"owners_count":23833562,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accessibility","es6","google-maps","hands-free","street-view","voice-control","voice-navigation","web-speech-api"],"created_at":"2025-06-07T04:06:53.205Z","updated_at":"2025-07-18T19:33:30.062Z","avatar_url":"https://github.com/vagnervjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎙️ Voice Navigation\n\n![Voice Navigation App Screenshot](src/assets/screenshot.png)\n\u003cp align=\"center\"\u003e\u003cem\u003eModern, hands-free Google Maps navigation app\u003c/em\u003e\u003c/p\u003e\n\n\u003e **Navigate Google Maps Street View using voice commands and keyboard controls**\n\nA modern, feature-rich voice navigation application that combines the power of the **Web Speech API** with **Google Maps Street View** for an intuitive navigation experience. Built with modern JavaScript ES6+ modules and a clean, responsive UI.\n\n![Voice Navigation Demo](https://img.shields.io/badge/Status-Active-success?style=flat-square)\n![JavaScript](https://img.shields.io/badge/JavaScript-ES6+-yellow?style=flat-square)\n![Vite](https://img.shields.io/badge/Build-Vite-blue?style=flat-square)\n![Maps](https://img.shields.io/badge/Maps-Google_Maps_API-red?style=flat-square)\n\n## ✨ Features\n\n### 🎤 **Voice Recognition**\n- **Natural language commands** - \"Go forward\", \"Turn left\", \"Look up\"\n- **Compass directions** - \"North\", \"South\", \"East\", \"West\"\n- **Confidence threshold** - 60% accuracy for reliable recognition\n- **Real-time feedback** - Live confidence percentages displayed\n\n### 🗺️ **Map Controls**\n- **Street View integration** - Navigate through Google Street View\n- **Search functionality** - Find any location by address\n- **Fast mode toggle** - 5x movement speed multiplier\n- **Smooth movement** - Fluid position and view transitions\n\n### 🎯 **User Interface**\n- **Modern dark theme** - Clean, professional design\n- **Responsive layout** - Optimized for all screen sizes\n- **Categorized logging** - Filter by system, maps, voice, search, location, errors\n- **Real-time feedback** - Live activity monitoring with icons\n\n### ⌨️ **Keyboard Controls**\n- **Voice shortcuts** - `S` to start, `E` to end recognition\n- **Movement keys** - Arrow keys for navigation\n- **Advanced controls** - `H/J` for left/right, `N/M` for look up/down\n\n## 🚀 Quick Start\n\n### Prerequisites\n- **Node.js** (v16+ recommended)\n- **Google Maps API Key** with Maps JavaScript API and Geocoding API enabled\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/vagnervjs/voice-navigation.git\n   cd voice-navigation\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   ```\n\n3. **Set up environment variables**\n   ```bash\n   cp .env.example .env\n   # Edit .env and add your Google Maps API key\n   ```\n\n4. **Start the development server**\n   ```bash\n   npm run dev\n   ```\n\n5. **Open your browser**\n   - Navigate to `http://localhost:3000`\n   - Allow microphone and location access when prompted\n   - Start navigating with voice commands!\n\n## 🔐 Browser Permissions\n\nThis application requires **two critical permissions** to function properly:\n\n### 🎤 **Microphone Access**\n- **Required for**: Voice recognition commands\n- **When prompted**: Click \"Allow\" when browser asks for microphone access\n- **Troubleshooting**: \n  - Check browser address bar for microphone icon\n  - Go to browser settings → Privacy \u0026 Security → Microphone\n  - Ensure `localhost:3000` is allowed\n\n### 📍 **Location Access**\n- **Required for**: Getting your current position as starting point\n- **When prompted**: Click \"Allow\" when browser asks for location access\n- **What it does**: Centers the map on your current location for better navigation\n- **Troubleshooting**:\n  - Check browser address bar for location icon\n  - Go to browser settings → Privacy \u0026 Security → Location\n  - Ensure `localhost:3000` is allowed\n  - **Note**: App will still work without location access, but you'll need to search for a starting location\n\n### 🔧 **Permission Management**\n\n**Chrome/Edge:**\n1. Click the lock icon in the address bar\n2. Set Microphone and Location to \"Allow\"\n3. Refresh the page\n\n**Firefox:**\n1. Click the shield icon in the address bar\n2. Enable microphone and location permissions\n3. Refresh the page\n\n**Safari:**\n1. Go to Safari → Settings → Websites\n2. Select Camera/Microphone and Location Services\n3. Set permissions for `localhost`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvagnervjs%2Fvoice-navigation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvagnervjs%2Fvoice-navigation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvagnervjs%2Fvoice-navigation/lists"}