{"id":24141482,"url":"https://github.com/codelur/osg_tracking","last_synced_at":"2026-02-11T18:31:27.294Z","repository":{"id":271054648,"uuid":"912272618","full_name":"codelur/osg_tracking","owner":"codelur","description":"A GPS tracking app that displays device locations, allows user-configurable settings for data fields, and integrates Google Maps, developed with Vue for the front end and Golang for the back end, deployed on Google Cloud using Docker.","archived":false,"fork":false,"pushed_at":"2025-01-15T00:07:28.000Z","size":1160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-26T09:31:55.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/codelur.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}},"created_at":"2025-01-05T05:01:01.000Z","updated_at":"2025-01-15T00:07:30.000Z","dependencies_parsed_at":"2025-01-05T06:18:06.377Z","dependency_job_id":"75ee16be-7e0e-47f0-ab64-97481ddc6e8d","html_url":"https://github.com/codelur/osg_tracking","commit_stats":null,"previous_names":["codelur/osg_tracking"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codelur/osg_tracking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelur%2Fosg_tracking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelur%2Fosg_tracking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelur%2Fosg_tracking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelur%2Fosg_tracking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codelur","download_url":"https://codeload.github.com/codelur/osg_tracking/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelur%2Fosg_tracking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29341216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T18:24:36.877Z","status":"ssl_error","status_checked_at":"2026-02-11T18:23:50.867Z","response_time":97,"last_error":"SSL_read: 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":[],"created_at":"2025-01-12T04:18:33.645Z","updated_at":"2026-02-11T18:31:27.281Z","avatar_url":"https://github.com/codelur.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GPS Device Tracker Application\n\nThis application displays GPS information of devices and their current locations on a map. It also includes a settings page where users can customize which GPS data fields are displayed on the main page.\n\n## Features\n\n- **Device List with Status**: Displays a list of devices with online/offline status (red/green dots).\n- **GPS Information Display**: Shows selected GPS data fields for the currently displayed device.\n- **Interactive Map**: Integrates Google Maps API to display the current location of the device with a marker and an information window.\n  - **Dynamic Updates**: The map and info window refresh every 6 seconds to reflect real-time data. If changes are made to the device information, the map and info window update immediately.\n- **Settings Page**: Allows users to configure which GPS data fields are shown in the main view.\n- **Responsive Design**: Optimized for mobile, tablet, and desktop devices with support for different screen orientations.\n- **One Step GPS Integration**: Retrieves device data from the One Step GPS account.\n\n## Technologies Used\n\n### Front-End\n\n- **Framework**: Vue.js\n- **Styling**: Google Fonts, responsive design\n\n### Back-End\n\n- **Language**: Golang\n- **Functionality**:\n  - Handles API requests to retrieve device information and integrate Google Maps.\n  - Reads/writes settings from/to a `user_settings.json` file for field display customization.\n- **Integration**: Connects to One Step GPS for device data and Google Maps API for map rendering.\n\n### Deployment\n\n- **Containerization**: Both front-end and back-end are containerized using Docker for seamless deployment.\n- **Hosting**: Deployed as a service on Google Cloud Platform.\n- **Live URL**: [GPS Device Tracker](https://osg-625361629214.us-central1.run.app/)\n\n## Application Workflow\n\n### Main Page\n\n1. Displays a list of devices associated with the user's One Step GPS account.\n2. The list includes a red/green status indicator for each device (offline/online).\n3. Shows GPS data fields selected in the settings page.\n4. Displays a Google Map centered on the current location of the selected device.\n   - A marker indicates the device's location.\n   - An information window shows additional GPS data (if configured).\n   - **Real-Time Updates**: The map and info window automatically refresh every 6 seconds. If any changes occur in the device's data, the updates are reflected instantly.\n\n### Settings Page\n\n- Allows users to select which GPS data fields to display.\n- Saves preferences in a `user_settings.json` file.\n\n## Map Features\n\n- **Marker**: Pins the current location of the selected device.\n- **Information Window**: Displays selected data fields.\n- **Zoom Level**: Fixed at 14 for optimal viewing.\n- **Interactive Display**: Updates dynamically as the user interacts with the application.\n\n## Installation\n\n### Prerequisites\n\n- Docker\n- Google Cloud CLI (for deployment)\n\n### Steps\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/codelur/osg_tracking\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelur%2Fosg_tracking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodelur%2Fosg_tracking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelur%2Fosg_tracking/lists"}