{"id":16352064,"url":"https://github.com/vladislavantonyuk/worldexplorer","last_synced_at":"2025-09-12T07:32:52.143Z","repository":{"id":185165533,"uuid":"673092399","full_name":"VladislavAntonyuk/WorldExplorer","owner":"VladislavAntonyuk","description":"Explore the globe like never before with World Explorer. Our AI-powered app gives you in-depth insights about any place worldwide, provides a comprehensive description, and recommends local attractions with your personalized travel guide.","archived":false,"fork":false,"pushed_at":"2025-05-04T19:19:13.000Z","size":152647,"stargazers_count":11,"open_issues_count":10,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-04T20:28:08.266Z","etag":null,"topics":["ai","arkit","augmented-reality","blazor","dotnet","hacktoberfest","maui","openai-api","ukraine","world-explorer"],"latest_commit_sha":null,"homepage":"https://world-explorer.azurewebsites.net","language":"C#","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/VladislavAntonyuk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":["https://www.buymeacoffee.com/vlad.antonyuk"]}},"created_at":"2023-07-31T21:19:37.000Z","updated_at":"2025-05-04T19:19:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"8362674f-8fb0-4305-bfc7-e307abffe8dc","html_url":"https://github.com/VladislavAntonyuk/WorldExplorer","commit_stats":null,"previous_names":["vladislavantonyuk/worldexplorer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VladislavAntonyuk/WorldExplorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladislavAntonyuk%2FWorldExplorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladislavAntonyuk%2FWorldExplorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladislavAntonyuk%2FWorldExplorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladislavAntonyuk%2FWorldExplorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VladislavAntonyuk","download_url":"https://codeload.github.com/VladislavAntonyuk/WorldExplorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladislavAntonyuk%2FWorldExplorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274776758,"owners_count":25347639,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ai","arkit","augmented-reality","blazor","dotnet","hacktoberfest","maui","openai-api","ukraine","world-explorer"],"created_at":"2024-10-11T01:24:52.040Z","updated_at":"2025-09-12T07:32:47.121Z","avatar_url":"https://github.com/VladislavAntonyuk.png","language":"C#","funding_links":["https://www.buymeacoffee.com/vlad.antonyuk"],"categories":[],"sub_categories":[],"readme":"# WorldExplorer\n\nhttps://world-explorer.azurewebsites.net/\n\n## Conference\n[![YouTube Video Link](https://img.youtube.com/vi/sHVlg8Y6qlU/0.jpg)](https://www.youtube.com/watch?v=sHVlg8Y6qlU)\n\n## Description\n\nExplore the globe like never before with World Explorer. Our AI-powered app gives you in-depth insights about any place worldwide, provides a comprehensive description, and recommends local attractions with your personalized travel guide.\n\nA journey is not just about reaching the destination; it's about the experiences, insights, and memories you create along the way. With the World Explorer app, you can add a personal travel guide to your pocket with a mere tap of a button. Leverage the power of AI to uncover the secrets of any place worldwide. From historic locations to modern sites, World Explorer provides a detailed description of your desired place, shaped by community insights and tailored to your interests. Discover the local cuisine, must-visit spots, cultural attractions, hidden gems, and more with our nearby recommendations feature. Venture into the unexplored and make your journey memorable with World Explorer.\n\n## Development\n\n### MacCatalyst\n\nRun on Device\n\n```bash\ndotnet build -t:Run -c Release -f net9.0-maccatalyst -r maccatalyst-arm64\n```\n\n### iOS\n\nRun on Emulator iPhone 15 Pro Max\n\n```bash\ndotnet build -t:Run -c Release -f net9.0-ios -p:_DeviceName=:v2:udid=7D850AFF-242B-41BC-A9A7-A0818D4CEF30\n```\n\nRun on Device\n\n```bash\ndotnet build -t:Run -c Release -f net9.0-ios -r ios-arm64 -p:_DeviceName=IDENTIFIER\n```\n\n### Android\n\nGenerate jks\n\n```bash\nkeytool -genkey -v -keystore world-explorer.jks -alias world-explorer -keyalg RSA -keysize 2048 -validity 10000\n```\n\nSign aab\n```bash\njarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore world-explorer.jks com.vladislavantonyuk.worldexplorer.aab world-explorer  -storepass YOUR_PASSWORD\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladislavantonyuk%2Fworldexplorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvladislavantonyuk%2Fworldexplorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladislavantonyuk%2Fworldexplorer/lists"}