{"id":37735303,"url":"https://github.com/sledilnik/zdravniki","last_synced_at":"2026-01-16T14:00:32.676Z","repository":{"id":39081911,"uuid":"421546117","full_name":"sledilnik/zdravniki","owner":"sledilnik","description":"Website for showing doctors' availability in Slovenia - https://zdravniki.sledilnik.org/","archived":false,"fork":false,"pushed_at":"2026-01-02T13:30:31.000Z","size":12728,"stargazers_count":8,"open_issues_count":31,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-07T08:56:02.639Z","etag":null,"topics":["doctors","doctors-density","doctors-information","doctors-tracker","healthcare","react","slovenia","slovenija"],"latest_commit_sha":null,"homepage":"https://zdravniki.sledilnik.org","language":"JavaScript","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/sledilnik.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-26T18:48:33.000Z","updated_at":"2026-01-02T13:22:50.000Z","dependencies_parsed_at":"2023-09-29T18:15:59.393Z","dependency_job_id":"96da30c0-ff86-4bbc-b497-b7dbca178ab3","html_url":"https://github.com/sledilnik/zdravniki","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"purl":"pkg:github/sledilnik/zdravniki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sledilnik%2Fzdravniki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sledilnik%2Fzdravniki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sledilnik%2Fzdravniki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sledilnik%2Fzdravniki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sledilnik","download_url":"https://codeload.github.com/sledilnik/zdravniki/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sledilnik%2Fzdravniki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["doctors","doctors-density","doctors-information","doctors-tracker","healthcare","react","slovenia","slovenija"],"created_at":"2026-01-16T14:00:19.004Z","updated_at":"2026-01-16T14:00:32.617Z","avatar_url":"https://github.com/sledilnik.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zdravniki - available doctors in Slovenia\n\n[![Build and deploy (production)](https://github.com/sledilnik/zdravniki/actions/workflows/prod.yml/badge.svg)](https://github.com/sledilnik/zdravniki/actions/workflows/prod.yml)\n[![Build and deploy (staging)](https://github.com/sledilnik/zdravniki/actions/workflows/stage.yml/badge.svg)](https://github.com/sledilnik/zdravniki/actions/workflows/stage.yml)\n[![Stanje prevoda](https://hosted.weblate.org/widgets/sledilnik/-/zdravniki/svg-badge.svg)](https://hosted.weblate.org/projects/sledilnik/zdravniki/)\n\n## Develop\n\nFor setting up development environment locally run:\n\n1. Install depenencies\n   ```\n   yarn install\n   ```\n3. ...TODO\n\n## Data source\n\nSee .csv files in the [csv/](https://github.com/sledilnik/zdravniki-data/tree/main/csv) directory of [zdravniki-data](https://github.com/sledilnik/zdravniki-data) repository.\n\n## Translations\n\nWe use [Weblate](https://hosted.weblate.org/engage/sledilnik/?component=zdravniki) translation service. Your contributions are welcome.\n\nCurrent translation status:\n\n[![Stanje prevoda](https://hosted.weblate.org/widgets/sledilnik/-/zdravniki/multi-auto.svg)](https://hosted.weblate.org/projects/sledilnik/zdravniki/)\n\n## Libraries\n\nNotable:\n\n- Map: [Leaflet](https://leafletjs.com/) via [React Leaflet](https://react-leaflet.js.org)\n- Internationalisation (i18n): [i18next](https://www.i18next.com/)\n- ...TODO...\n\nAll used libraries can be seen on [GitHub dependancies](https://github.com/sledilnik/zdravniki/network/dependencies).\n\n## Linting\n\n### CLI Usage\n\n```\nyarn lint\n```\n\nIf you also want to automatically fix the project errors:\n\n```\nyarn lint --fix\n```\n\n### IDE Usage\n\n#### VSCode\n\nHave a look at step 3 of [this article from DigitalOcean](https://www.digitalocean.com/community/tutorials/linting-and-formatting-with-eslint-in-vs-code)\n\n#### WebStorm\n\n\u003cimg width=\"1157\" alt=\"image\" src=\"https://user-images.githubusercontent.com/142531/144209240-4f93daeb-f945-4e68-aca9-b9c244bc070b.png\"\u003e\n\n## Tests\n\n### Unit Tests\n\nRuns unit tests.\n```\nyarn test:unit\n```\n\nLaunches the test runner in the interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### E2E Tests\n\nDocumentation: [Playwright](https://playwright.dev/docs/intro)\n[VS Code extension](https://marketplace.visualstudio.com/items?itemName=ms-playwright.playwright)\n\nRuns the end-to-end tests.\n```\nyarn playwright test\n```\n\nor\n\n```\nyarn test:e2e\n```\n\n\nOther helpful cli commands:\n\nStarts the interactive UI mode\n```\nyarn playwright test --ui\n```\n\nRuns the tests only on Desktop Chrome\n```\nyarn playwright test --project=chromium\n```\n\nRuns the tests in a specific file.\n```\nyarn playwright test example\n```\n\nRuns the tests in debug mode.\n```\nyarn playwright test --debug\n```\n\nAuto generate tests with Codegen.\n```\nyarn playwright codegen\n```\n\n## Generic React App instructions (to be removed or minimized)\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).\n\nIn the project directory, you can run:\n\n### `yarn start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n### `yarn build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.\n\n### `yarn eject`\n\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)\n\n### Analyzing the Bundle Size\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)\n\n### Making a Progressive Web App\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)\n\n### Advanced Configuration\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)\n\n### Deployment\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)\n\n### `yarn build` fails to minify\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsledilnik%2Fzdravniki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsledilnik%2Fzdravniki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsledilnik%2Fzdravniki/lists"}