{"id":29350100,"url":"https://github.com/snappey/foxhole-map","last_synced_at":"2025-08-12T10:12:49.146Z","repository":{"id":303667516,"uuid":"1016279655","full_name":"Snappey/Foxhole-Map","owner":"Snappey","description":"It's a simple map that shows the state of a Foxhole War (works for all shards)","archived":false,"fork":false,"pushed_at":"2025-08-03T12:47:01.000Z","size":3338,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-03T14:37:46.501Z","etag":null,"topics":["angular","foxhole","interactive-map","openlayers"],"latest_commit_sha":null,"homepage":"https://foxhole-map-pcayj.ondigitalocean.app/","language":"TypeScript","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/Snappey.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-08T19:02:23.000Z","updated_at":"2025-08-03T12:47:07.000Z","dependencies_parsed_at":"2025-07-08T20:27:00.341Z","dependency_job_id":"5798f96d-b386-42c2-824e-8cdf791bd0df","html_url":"https://github.com/Snappey/Foxhole-Map","commit_stats":null,"previous_names":["snappey/foxhole-map"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Snappey/Foxhole-Map","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snappey%2FFoxhole-Map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snappey%2FFoxhole-Map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snappey%2FFoxhole-Map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snappey%2FFoxhole-Map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Snappey","download_url":"https://codeload.github.com/Snappey/Foxhole-Map/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snappey%2FFoxhole-Map/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270041430,"owners_count":24516843,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["angular","foxhole","interactive-map","openlayers"],"created_at":"2025-07-08T22:06:42.266Z","updated_at":"2025-08-12T10:12:49.138Z","avatar_url":"https://github.com/Snappey.png","language":"TypeScript","readme":"# Interactive Foxhole Map\n\nA comprehensive interactive map for [Foxhole](https://www.foxholegame.com/) using OpenLayers and the Official Foxhole API for live data.\n\nDeployed [here](https://foxhole-map-pcayj.ondigitalocean.app/) for now.\n\n## Features\n\n### 🗺️ **Map \u0026 Data**\n- **Full map visualization** with minimal performance issues (hopefully)\n- **Multi-shard support** - Select between Able, Baker, or Charlie shards\n- **Live data integration** - Real-time updates from Official Foxhole API\n- **Victory point tracking** - Shows current VP counts and requirements for victory\n- **Complete structure catalog** - All in-game structures including bases, resource fields, factories, and more\n- **Drawing tools** - Create custom markers and annotations on the map\n\n## What does it look like?\n\n![Foxhole Map](./assets/example.jpg)\n\n## Keyboard Shortcuts\n\n| Key | Action |\n|-----|--------|\n| `?` (Shift+/) | Show keyboard shortcuts |\n| `R` | Reset map layers to defaults |\n| `1-7` | Toggle layer groups (Overview, Logistics, Production, Defense, Intelligence, Heavy Weapons, Hex Sectors) |\n\n## Development\n\n### Prerequisites\n- Node.js 18+\n- Angular CLI 19+\n\n### Getting Started\n```bash\n# Install dependencies\nnpm install\n\n# Start development server\nnpm start\n\n# Build for production\nnpm run build\n# Outputs at ./dist\n\n```\n\n### Project Structure\n```\nsrc/\n├── app/\n│   ├── map/                    # Main map component\n│   ├── drawing-toolbar/        # Drawing tools UI\n│   ├── layer-groups-toolbar/   # Layer management UI\n│   ├── hotkey-display/         # Keyboard shortcuts display\n│   └── map-info/              # War info and VP display\n├── services/\n│   ├── war-api.service.ts      # API integration with caching\n│   ├── drawing.service.ts      # Drawing functionality\n│   ├── hotkey.service.ts       # Keyboard shortcuts\n│   └── layer-groups.service.ts # Layer management\n├── layers/                     # OpenLayers layer services\n├── config/                     # Configuration files\n└── assets/                     # Static assets and icons\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## Acknowledgments\n\n- [Foxhole](https://www.foxholegame.com/) by Siege Camp, icons, assets, and the game\n- [OpenLayers](https://openlayers.org/) for the mapping library\n- [Angular](https://angular.io/) for the framework\n- [PrimeNG](https://primeng.org/) for UI components\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnappey%2Ffoxhole-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnappey%2Ffoxhole-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnappey%2Ffoxhole-map/lists"}