{"id":26105336,"url":"https://github.com/arasgungore/mapapp","last_synced_at":"2026-04-20T12:08:47.585Z","repository":{"id":216057026,"uuid":"740348348","full_name":"arasgungore/MapApp","owner":"arasgungore","description":"A GPS app built with Angular.js and integrated with the Google Maps API.","archived":false,"fork":false,"pushed_at":"2024-01-08T13:19:27.000Z","size":133,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T21:21:20.895Z","etag":null,"topics":["angular","angular-cli","angularjs","geographical-information-system","geospatial-analysis","geospatial-data","google-maps","google-maps-api","google-maps-javascript","google-maps-javascript-api","google-maps-services","gps","gps-location","gps-tracker","gps-tracking","location-services","map-application","maps-api","maps-data","routing"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arasgungore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-08T06:53:10.000Z","updated_at":"2024-01-08T07:40:31.000Z","dependencies_parsed_at":"2024-01-15T09:05:24.572Z","dependency_job_id":"9afcb7e9-b417-4cc5-aae8-420194b7a680","html_url":"https://github.com/arasgungore/MapApp","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"bb18ab583d3a42b50a7c80e12acc795713373409"},"previous_names":["arasgungore/mapapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arasgungore/MapApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arasgungore%2FMapApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arasgungore%2FMapApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arasgungore%2FMapApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arasgungore%2FMapApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arasgungore","download_url":"https://codeload.github.com/arasgungore/MapApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arasgungore%2FMapApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32046460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","angular-cli","angularjs","geographical-information-system","geospatial-analysis","geospatial-data","google-maps","google-maps-api","google-maps-javascript","google-maps-javascript-api","google-maps-services","gps","gps-location","gps-tracker","gps-tracking","location-services","map-application","maps-api","maps-data","routing"],"created_at":"2025-03-09T21:05:31.147Z","updated_at":"2026-04-20T12:08:47.564Z","avatar_url":"https://github.com/arasgungore.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MapApp\n\nThis project is a GPS app built with Angular.js and integrated with the Google Maps API. It provides functionalities like showing the current location, zooming in and out, and basic map interactions. It serves as a starting point for a more feature-rich GPS application.\n\n\n\n## Table of Contents\n\n- [Getting Started](#getting-started)\n- [Project Structure](#project-structure)\n- [Usage](#usage)\n- [Features](#features)\n- [Contributing](#contributing)\n- [License](#license)\n\n\n\n## Getting Started\n\n1. Install dependencies:\n\n   ```bash\n   cd map-app\n   npm install\n   ```\n\n2. Add your Google Maps API key in `index.html`:\n\n   ```html\n   \u003c!-- index.html --\u003e\n   \u003cscript src=\"https://maps.googleapis.com/maps/api/js?key=YOUR_GOOGLE_MAPS_API_KEY\u0026libraries=places\"\u003e\u003c/script\u003e\n   ```\n\n   Replace `YOUR_GOOGLE_MAPS_API_KEY` with your actual Google Maps API key.\n\n\n\n## Project Structure\n\n```plaintext\nmap-app/\n|-- src/\n|   |-- app/\n|       |-- components/\n|       |   |-- map/\n|       |       |-- map.component.ts\n|       |       |-- map.component.html\n|       |       |-- map.component.css\n|       |-- services/\n|       |   |-- google-maps.service.ts\n|       |-- app.component.ts\n|       |-- app.module.ts\n|       |-- app-routing.module.ts\n|       |-- app.component.html\n|       |-- app.component.css\n|-- index.html\n|-- angular.json\n|-- tsconfig.json\n|-- package.json\n```\n\n\n\n## Usage\n\n1. Run the application:\n\n   ```bash\n   ng serve\n   ```\n\n2. Open your browser and visit `http://localhost:4200/` to see the basic map.\n\n\n\n## Features\n\n- Display current location\n- Zoom in and out\n- Basic map interaction\n\n\n\n## Contributing\n\nContributions are welcome! Please follow the [Contributing Guidelines](CONTRIBUTING.md).\n\n\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n\n\n## Author\n\n👤 **Aras Güngöre**\n\n* LinkedIn: [@arasgungore](https://www.linkedin.com/in/arasgungore)\n* GitHub: [@arasgungore](https://github.com/arasgungore)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farasgungore%2Fmapapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farasgungore%2Fmapapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farasgungore%2Fmapapp/lists"}