{"id":17025452,"url":"https://github.com/florianwoelki/driver-simulator","last_synced_at":"2026-05-06T05:44:04.575Z","repository":{"id":54822488,"uuid":"163177947","full_name":"FlorianWoelki/driver-simulator","owner":"FlorianWoelki","description":"🚖 Uber or Lyft driver simulator built with VueJS, Vuetify and Leaflet.","archived":false,"fork":false,"pushed_at":"2019-01-26T21:25:37.000Z","size":4306,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T23:17:11.551Z","etag":null,"topics":["chartjs","driver","javascript","leafletjs","lyft","mytaxi","simulator","uber","vuejs"],"latest_commit_sha":null,"homepage":"https://florianwoelki.github.io/driver-simulator/#/","language":"Vue","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/FlorianWoelki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-26T12:30:18.000Z","updated_at":"2023-05-12T03:35:53.000Z","dependencies_parsed_at":"2022-08-14T03:50:50.988Z","dependency_job_id":null,"html_url":"https://github.com/FlorianWoelki/driver-simulator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianWoelki%2Fdriver-simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianWoelki%2Fdriver-simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianWoelki%2Fdriver-simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianWoelki%2Fdriver-simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlorianWoelki","download_url":"https://codeload.github.com/FlorianWoelki/driver-simulator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245007238,"owners_count":20546142,"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":["chartjs","driver","javascript","leafletjs","lyft","mytaxi","simulator","uber","vuejs"],"created_at":"2024-10-14T07:29:11.730Z","updated_at":"2026-05-06T05:43:59.531Z","avatar_url":"https://github.com/FlorianWoelki.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]]()\n[![MIT License][license-shield]][license-url]\n\n# 🚖 Driver Simulator\n\n## Table of Contents\n\n* [About the Project](#about-the-project)\n  * [Built With](#built-with)\n* [Getting Started](#getting-started)\n  * [Prerequisites](#prerequisites)\n  * [Installation](#installation)\n* [Usage](#usage)\n* [Contributing](#contributing)\n* [License](#license)\n* [Acknowledgements](#acknowledgements)\n\n\n## About the Project\n\n[![Header of Product][product-screenshot]](https://florianwoelki.github.io/driver-simulator/#/)\n\n### Built With\n* [🍃 Leaflet](https://leafletjs.com/)\n* [👨‍💻 VueJS](https://vuejs.org)\n* [📁 Vuetify](https://vuetifyjs.com/en/)\n* [🏁 Nominatim](https://nominatim.openstreetmap.org/)\n* [🚲 OpenRouteService](https://openrouteservice.org/)\n* [📈 Chart.js](https://www.chartjs.org/)\n* [🧠 Vuex](https://vuex.vuejs.org/)\n\n\n\n## Getting Started\n\nThis guide will get you started with driver-simulator!\n\n### Prerequisites\n\nYou need the latest npm version.\n```sh\nnpm install npm@latest -g\n```\n\n\n\n### Installation\n\n1. Get a free API key at [Open Route Service](https://openrouteservice.org)\n2. Clone the repo\n```sh\ngit clone https://github.com/FlorianWoelki/driver-simulator.git\n```\n3. Install NPM packages\n```sh\nnpm install\n```\n4. Create a new file in the src directory named `config.js`\n```js\nexport const config = {\n  API_KEY: 'YOUR API KEY HERE'\n};\n```\n5. You are set up and now you can start the application\n```sh\nnpm run serve\n```\n\n\n\n## Usage\n\nYou can do whatever you want with this project. Notice, that it is only a simulation of drivers.\n\nThere is no real driving. I won't store any information about your location or something else!\n\nIn addition, you can click on the driver to see his information about him and you can navigate around using the bottom right button.\n\nYou can set your pickup and destination location and will draw a route for you.\n\n\n\n## Contributing\n\nIf you want to contribute to this project, just visit the `CONTRIBUTING` file.\n\nHere is a easy way to contribute:\n1. Fork the Project\n2. Create your feature branch (`git checkout -b feature/AwesomeFeature`)\n3. When finished use lint (`npm run lint`)\n4. Commt your changes (`git commit -m \"Added some amazing features`)\n5. Push to the Branch (`git push origin feature/AwesomeFeature`)\n6. Open a Pull Request\n\n\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\n\n## Acknowledgements\n* [Leaflet](https://leafletjs.com/)\n* [VueJS](https://vuejs.org)\n* [Vuetify](https://vuetifyjs.com/en/)\n* [Nominatim](https://nominatim.openstreetmap.org/)\n* [OpenRouteService](https://openrouteservice.org/)\n* [Chart.js](https://www.chartjs.org/)\n* [Vuex](https://vuex.vuejs.org/)\n\n\n\n\u003c!-- MARKDOWN LINKS --\u003e\n[contributors-shield]: https://img.shields.io/badge/contributors-1-orange.svg?style=flat-square\n[license-shield]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square\n[license-url]: https://choosealicense.com/licenses/mit\n[product-screenshot]: https://raw.githubusercontent.com/FlorianWoelki/driver-simulator/master/header.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianwoelki%2Fdriver-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflorianwoelki%2Fdriver-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianwoelki%2Fdriver-simulator/lists"}