{"id":49281952,"url":"https://github.com/bendygo/breathe-app","last_synced_at":"2026-04-25T19:02:24.895Z","repository":{"id":347645214,"uuid":"1193937704","full_name":"BeNDYGo/Breathe-App","owner":"BeNDYGo","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-15T15:11:37.000Z","size":4696,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-15T17:09:32.792Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/BeNDYGo.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":"2026-03-27T18:34:25.000Z","updated_at":"2026-04-15T15:11:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/BeNDYGo/Breathe-App","commit_stats":null,"previous_names":["bendygo/breathe-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BeNDYGo/Breathe-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeNDYGo%2FBreathe-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeNDYGo%2FBreathe-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeNDYGo%2FBreathe-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeNDYGo%2FBreathe-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BeNDYGo","download_url":"https://codeload.github.com/BeNDYGo/Breathe-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BeNDYGo%2FBreathe-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32273223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"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":"2026-04-25T19:02:20.492Z","updated_at":"2026-04-25T19:02:24.873Z","avatar_url":"https://github.com/BeNDYGo.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Breathe\n\nПриложение для **аллергиков на пыльцу** растений\n\nВ приложении работает на базе open-meteo\n\n\n![https://github.com/BeNDYGo/Breathe-App/blob/main/preview/Preview1.png](Preview1.png)\n![https://github.com/BeNDYGo/Breathe-App/blob/main/preview/Preview2.png](Preview2.png)\n\n## Ответ сервера\n\n### HomeView\n```json\n{{\n    \"activity\": 2,\n    \"weather\": {\n        \"temperature\": 10.0,\n        \"wind_speed\": 0.5,\n        \"icon\": \"cloud.rain.fill\"\n    },\n    \"allergens\": [\n        {\n            \"name\": \"Ольха\",\n            \"value\": 0,\n            \"img\": \"Ольха\"\n        },\n        {\n            \"name\": \"Береза\",\n            \"value\": 2,\n            \"img\": \"Береза\"\n        },\n        {\n            \"name\": \"Злаки\",\n            \"value\": 0,\n            \"img\": \"Злаки\"\n        },\n        {\n            \"name\": \"Полынь\",\n            \"value\": 0,\n            \"img\": \"Полынь\"\n        },\n        {\n            \"name\": \"Олива\",\n            \"value\": 0,\n            \"img\": \"Олива\"\n        },\n        {\n            \"name\": \"Амброзия\",\n            \"value\": 0,\n            \"img\": \"Амброзия\"\n        }\n    ]\n}\n```\n\n### ProView\n```json\n{\n    \"activity\": 0.2,\n    \"weatherHourly10\": [\n        10.2,\n        9.2,\n        10.2,\n        10.2,\n        10.1,\n        10.2,\n        10.0,\n        10.0,\n        9.8,\n        9.6\n    ],\n    \"weatherIconsHourly10\": [\n        \"cloud.fill\",\n        \"cloud.fill\",\n        \"cloud.fill\",\n        \"cloud.rain.fill\",\n        \"cloud.rain.fill\",\n        \"cloud.rain.fill\",\n        \"cloud.rain.fill\",\n        \"cloud.rain.fill\",\n        \"cloud.fill\",\n        \"cloud.fill\"\n    ],\n    \"precipitationProbabilityHourly10\": [\n        5,\n        10,\n        28,\n        35,\n        45,\n        38,\n        38,\n        40,\n        43,\n        23\n    ],\n    \"humidityHourly10\": [\n        71,\n        76,\n        74,\n        77,\n        79,\n        82,\n        86,\n        88,\n        89,\n        87\n    ],\n    \"windHourly10\": [\n        7.4,\n        7.4,\n        7.1,\n        7.4,\n        6.2,\n        5.0,\n        2.0,\n        1.5,\n        1.5,\n        2.3\n    ],\n    \"communityReports\": {\n        \"count\": 0,\n        \"avg\": 0.0\n    }\n}\n```\n- текущее состояние активности\n- список активности всех аллергенов","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbendygo%2Fbreathe-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbendygo%2Fbreathe-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbendygo%2Fbreathe-app/lists"}