{"id":19881396,"url":"https://github.com/giscience/ohsome-dashboard","last_synced_at":"2025-05-02T14:30:35.661Z","repository":{"id":178603245,"uuid":"662088242","full_name":"GIScience/ohsome-dashboard","owner":"GIScience","description":"Web Client for easy access to OSM History and Quality Analyses","archived":false,"fork":false,"pushed_at":"2024-09-09T15:29:32.000Z","size":4025,"stargazers_count":7,"open_issues_count":11,"forks_count":2,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-09-10T18:07:20.813Z","etag":null,"topics":["data-quality","openstreetmap","openstreetmap-data","openstreetmap-history","osm","osm-data"],"latest_commit_sha":null,"homepage":"https://dashboard.ohsome.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GIScience.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-04T10:27:02.000Z","updated_at":"2024-09-09T15:29:36.000Z","dependencies_parsed_at":"2023-10-23T12:39:43.872Z","dependency_job_id":"641811ef-af2d-4c7b-86ca-72dd088b03eb","html_url":"https://github.com/GIScience/ohsome-dashboard","commit_stats":null,"previous_names":["giscience/ohsome-dashboard"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GIScience%2Fohsome-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GIScience%2Fohsome-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GIScience%2Fohsome-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GIScience%2Fohsome-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GIScience","download_url":"https://codeload.github.com/GIScience/ohsome-dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224315204,"owners_count":17290992,"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":["data-quality","openstreetmap","openstreetmap-data","openstreetmap-history","osm","osm-data"],"created_at":"2024-11-12T17:14:06.835Z","updated_at":"2024-11-12T17:14:07.365Z","avatar_url":"https://github.com/GIScience.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ohsome dashboard\n\n[![Build Status](https://jenkins.heigit.org/buildStatus/icon?job=ohsome-dashboard/main)](https://jenkins.heigit.org/job/ohsome-dashboard/job/main/)\n[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=GIScience_ohsome-dashboard\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=GIScience_ohsome-dashboard)\n[![status: active](https://github.com/GIScience/badges/raw/master/status/active.svg)](https://github.com/GIScience/badges#active)\n[![LICENSE](https://img.shields.io/github/license/GIScience/ohsome-dashboard)](LICENSE)\n[![Website](https://img.shields.io/website?url=https%3A%2F%2Fdashboard.ohsome.org)](https://dashboard.ohsome.org)\n\nTry out the online version here: https://dashboard.ohsome.org/\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0.\n\n## Setup\n\nUse node v18+\n\nThe following steps describe possible setups using `npm`.\n\n### Simple Setup\n\nIf you only want to change things in the `dashboard` code:\n```bash\nexport DASHBOARD_FOLDER=$(pwd)/ohsome-dashboard # modify to your desired dashboard source folder\ngit clone ssh://git@github.com:GIScience/ohsome-dashboard.git $DASHBOARD_FOLDER\n\n# eventually switch to a development branch\nnpm install\n\nnpm start\n```\n\n### Advanced Setup\n\nIf you need to make changes in dashboard code and ohsome-js-utils at the same time:\n```bash\nexport DASHBOARD_FOLDER=$(pwd)/ohsome-dashboard # modify to your desired dashboard source folder\nexport OHSOME_UTILS_FOLDER=$(pwd)/ohsome-js-utils # modify to your desired ohsome-js-utils source folder\ngit clone ssh://git@github.com:GIScience/ohsome-dashboard.git $DASHBOARD_FOLDER\ngit clone ssh://git@github.com:GIScience/ohsome-js-utils.git $OHSOME_UTILS_FOLDER\n\ncd $OHSOME_UTILS_FOLDER/dist\nnpm link\ncd $DASHBOARD_FOLDER\n\n# eventually switch to a development branch\nnpm install\nnpm link \"@giscience/ohsome-js-utils\"\n\nnpm start\n```\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod --env=prod` flag for a production build.\n\n## Linting\nWe are using `eslint`. To configure rules change `.eslintrc.json`.\n\nRun `ng lint` to find out about code style problems.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.\nRun `ng e2e` to choose an e2e platform that angular will install for you.\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiscience%2Fohsome-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiscience%2Fohsome-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiscience%2Fohsome-dashboard/lists"}