{"id":15141861,"url":"https://github.com/nathanwalker/ioniconf2022","last_synced_at":"2026-02-03T22:01:34.236Z","repository":{"id":142262913,"uuid":"487395038","full_name":"NathanWalker/ioniconf2022","owner":"NathanWalker","description":"Ioniconf 2022 \"Opening Doors with Portals\"","archived":false,"fork":false,"pushed_at":"2022-05-25T22:35:14.000Z","size":3913,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-06T14:25:26.131Z","etag":null,"topics":["android","angular","capacitor","google-maps","ionic","ios","java","javascript","nativescript","swift","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/NathanWalker.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}},"created_at":"2022-04-30T22:32:45.000Z","updated_at":"2024-05-30T16:50:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"04f39d55-bca1-484f-911d-271b5869d8b6","html_url":"https://github.com/NathanWalker/ioniconf2022","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"84e817fb910a2ee26b59bf886ef98d461adade8e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanWalker%2Fioniconf2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanWalker%2Fioniconf2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanWalker%2Fioniconf2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanWalker%2Fioniconf2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NathanWalker","download_url":"https://codeload.github.com/NathanWalker/ioniconf2022/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247494028,"owners_count":20947807,"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":["android","angular","capacitor","google-maps","ionic","ios","java","javascript","nativescript","swift","typescript"],"created_at":"2024-09-26T09:03:12.662Z","updated_at":"2026-02-03T22:01:34.120Z","avatar_url":"https://github.com/NathanWalker.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ioniconf 2022 ~ Opening doors with Portals\n\nThis repo demonstrates a diverse development combining different language skills from different engineering departments to deliver app features on time by utilizing the best of all a diverse team has to offer without sacrificing or recreating their work.\n\nThe resulting app deployment consists of a iOS/Android app, `HipPortals`, consuming:\n\n* Swift work done by an iOS team\n* Java work done by an Android team\n* [@capacitor/google-maps](https://capacitorjs.com/docs/apis/google-maps) work done by a web team by utilizing [Portals](https://ionic.io/portals) via [@nativescript/ionic-portals](https://docs.nativescript.org/plugins/ionic-portals.html)\n\n## Run the app\n\nPrerequisites:\n* node 16+, npm 7+\n* [yarn](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable)\n* [nativescript](https://www.npmjs.com/package/nativescript) 8.2+\n* To use the Google Maps SDK on any platform, API keys associated with an account with billing enabled are required. These can be obtained from the [Google Cloud Console](https://console.cloud.google.com/). This is required for all three platforms, Android, iOS, and JavaScript. Additional information about obtaining these API keys can be found in the [Google Maps documentation](https://developers.google.com/maps/documentation/android-sdk/overview) for each platform.\n* Find/replace `\u003cios-google-maps-key\u003e` with your own.\n* Find/replace `\u003candroid-google-maps-key\u003e` with your own.\n* Must be run on an actual physical device for iOS if using Mac M1 (due to Google Maps ommission of arm64 sim binaries)\n* Find/replace `\u003cportal-api-key\u003e` with your own, [can get on here](https://ionic.io/portals).\n\n1. Install workspace dependencies\n```\nyarn\n```\n\n2. Build Ionic Portal for use:\n```\n// ios:\nyarn nx run ionic-map:build:ios\n\n// android:\nyarn nx run ionic-map:build:android\n```\n\n3. Run NativeScript app:\n```\n// ios:\nyarn nx run nativescript-hip:ios\n\n// android:\nyarn nx run nativescript-hip:android\n```\n\n## Notes\n\nDevelopment made efficient by [Nx workspace](https://nx.dev).\n\nTechnologies used:\n\n* [Ionic](https://ionic.io/)\n* [Capacitor](https://capacitorjs.com/)\n* [Portals](https://ionic.io/portals)\n* [NativeScript](https://nativescript.org)\n* [Swift](https://developer.apple.com/swift/)\n* [Java](https://dev.java/)\n* [Angular](https://angular.io/)\n\nPlugins used:\n\n* [@capacitor/google-maps](https://capacitorjs.com/docs/apis/google-maps)\n* [@nativescript/ionic-portals](https://docs.nativescript.org/plugins/ionic-portals.html)\n\nCredits:\n\n* [Swift HamzaGhazouani/HGRippleRadarView](https://github.com/HamzaGhazouani/HGRippleRadarView)\n* [Java TristateAndroidTeam/radarview](https://github.com/TristateAndroidTeam/radarview)\n\nCreated by Nathan Walker of [nStudio](https://nstudio.io) for [Ioniconf 2022](https://ionic.io/ioniconf).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanwalker%2Fioniconf2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathanwalker%2Fioniconf2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanwalker%2Fioniconf2022/lists"}