{"id":44600364,"url":"https://github.com/inpercima/covid-19","last_synced_at":"2026-02-14T09:17:05.366Z","repository":{"id":40272208,"uuid":"248944933","full_name":"inpercima/covid-19","owner":"inpercima","description":"Coronavirus (COVID-19) cases in Germany, Saxony and Leipzig.","archived":false,"fork":false,"pushed_at":"2025-05-11T06:09:23.000Z","size":6568,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-11T07:20:10.940Z","etag":null,"topics":["angular","angular-cli","angular-cli16","angular16","covid-19","germany","leipzig","saxony","webapp"],"latest_commit_sha":null,"homepage":"http://covid-19.inpercima.net","language":"TypeScript","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/inpercima.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-03-21T09:34:43.000Z","updated_at":"2025-05-11T06:09:21.000Z","dependencies_parsed_at":"2024-11-20T08:18:44.593Z","dependency_job_id":"8bb81bd9-db93-407b-a493-28273090ea95","html_url":"https://github.com/inpercima/covid-19","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/inpercima/covid-19","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inpercima%2Fcovid-19","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inpercima%2Fcovid-19/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inpercima%2Fcovid-19/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inpercima%2Fcovid-19/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inpercima","download_url":"https://codeload.github.com/inpercima/covid-19/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inpercima%2Fcovid-19/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29441522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"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":["angular","angular-cli","angular-cli16","angular16","covid-19","germany","leipzig","saxony","webapp"],"created_at":"2026-02-14T09:17:05.304Z","updated_at":"2026-02-14T09:17:05.358Z","avatar_url":"https://github.com/inpercima.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# COVID-19\n\n[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md)\n[![Node CI/CD](https://github.com/inpercima/covid-19/actions/workflows/ci_cd.yml/badge.svg)](https://github.com/inpercima/covid-19/actions/workflows/ci_cd.yml)\n\nCoronavirus (COVID-19) cases in Germany, Saxony and Leipzig.\n\nThis app is online under [covid-19.inpercima.net](http://covid-19.inpercima.net).\n\nThis project was generated with [swaaplate](https://github.com/inpercima/swaaplate) version 2.5.3.\n\n## Prerequisites\n\n### Angular CLI\n\n* `@angular/cli 16.2.0` or higher\n\n### Node, npm or yarn\n\n* `node 18.16.0` or higher in combination with\n  * `npm 9.5.1` or higher or\n  * `yarn 1.22.19` or higher, used in this repository\n\n## Getting started\n\n```bash\n# clone project\ngit clone https://github.com/inpercima/covid-19/\ncd covid-19\n\n# install tools and frontend dependencies\nyarn\n```\n\nCreate environment files for `development mode` and `production mode`.\n\n```bash\ncp src/environments/environment.ts src/environments/environment.dev.ts\ncp src/environments/environment.ts src/environments/environment.prod.ts\n```\n\n**Note**: These files will not be under version control but listed in .gitignore.\n\n## Usage\n\n### Recommendation\n\nIt is recommanded to use a server to get full access of all angular.\nFor the other options your app should run on a server which you like.\n\n### Run in development mode\n\n```bash\n# build, reachable on http://localhost/app/path/to/dist/\nyarn build:dev\n\n# build and starts a server, rebuild after changes, reachable on http://localhost:4200/\nyarn serve:dev\n\n# build, rebuild after changes, reachable on http://localhost/app/path/to/dist/\nyarn watch:dev\n```\n\n### Package\n\n```bash\n# build in production mode, compressed\nyarn build:prod\n```\n\n### Tests\n\n```bash\n# test\nng test\n\n# e2e\nng e2e\n```\n\n## Configuration\n\n### General\n\nAll options have to been set in the environment files but some of them do not need to be changed.\nAll defaults refer to the environment file (`environment.ts`), they are prepared in `development mode` (`environment.dev.ts`).\nChange for `production mode` the option `production` to `true`.\n\n### Table of contents\n\n* [api](#api)\n* [appname](#appname)\n* [defaultRoute](#defaultroute)\n* [production](#production)\n* [theme](#theme)\n\n### `api`\n\nDefines the URL to the backend.\n\n* default: `./`\n* type: `string`\n\n### `appname`\n\nApplicationwide title of the app, displayed in title and toolbar.\n\n* default: `COVID-19`\n* type: `string`\n\n### `defaultRoute`\n\nThe default route and the route to be redirected after a login if no route is stored or if a route does not exist.\n\n* default: `dashboard`\n* type: `string`\n\n### `production`\n\nDefines whether the app is in production or not.\n\n* default: `false`\n* type: `boolean`\n* values: `true`/`false`\n\n### `theme`\n\nName of a build-in theme from angular-material or a custom light or dark theme.\n\n* default: `indigo-pink`\n* type: `string`\n* values: `deeppurple-amber`/`indigo-pink`/`pink-bluegrey`/`purple-green`/`custom-light`/`custom-dark`\n\nTo create a custom light or dark theme just edit the colors and themes in `themes.scss`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finpercima%2Fcovid-19","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finpercima%2Fcovid-19","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finpercima%2Fcovid-19/lists"}