{"id":17168345,"url":"https://github.com/istornz/ionic3-theiphoneretro-ep10","last_synced_at":"2026-04-08T16:32:19.083Z","repository":{"id":136916983,"uuid":"96026181","full_name":"istornz/Ionic3-TheiPhoneRetro-Ep10","owner":"istornz","description":"Ionic 3 • Annotations Google Maps et Géolocalisation • Épisode 10","archived":false,"fork":false,"pushed_at":"2017-07-03T19:29:24.000Z","size":1664,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T18:49:29.177Z","etag":null,"topics":["angular4","cordova","geolocation","googlemaps","ionic3","nodejs"],"latest_commit_sha":null,"homepage":"https://youtu.be/UC31qnFn6SE","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/istornz.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":"2017-07-02T13:47:37.000Z","updated_at":"2018-12-31T10:21:54.000Z","dependencies_parsed_at":"2024-07-09T15:31:22.797Z","dependency_job_id":null,"html_url":"https://github.com/istornz/Ionic3-TheiPhoneRetro-Ep10","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/istornz/Ionic3-TheiPhoneRetro-Ep10","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/istornz%2FIonic3-TheiPhoneRetro-Ep10","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/istornz%2FIonic3-TheiPhoneRetro-Ep10/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/istornz%2FIonic3-TheiPhoneRetro-Ep10/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/istornz%2FIonic3-TheiPhoneRetro-Ep10/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/istornz","download_url":"https://codeload.github.com/istornz/Ionic3-TheiPhoneRetro-Ep10/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/istornz%2FIonic3-TheiPhoneRetro-Ep10/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31564899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["angular4","cordova","geolocation","googlemaps","ionic3","nodejs"],"created_at":"2024-10-14T23:11:44.540Z","updated_at":"2026-04-08T16:32:19.050Z","avatar_url":"https://github.com/istornz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"http://dimitridessus.fr/img/logo_circle.png\" width=\"140px\" alt=\"TheiPhoneRetro-Subscribe\"\u003e\n\u003c/p\u003e\n\n# Ionic 3 - Episode 10\n\nLa serie te plait ?\n\nAlors n'hésite pas à t'abonner ! Merci :blush:\n\n\u003ca href=\"https://www.youtube.com/subscription_center?add_user=theiphoneretro\"\u003e\n  \u003cimg src=\"http://www.pngall.com/wp-content/uploads/2016/03/Subscribe-PNG-12.png\" width=\"100px\" alt=\"TheiPhoneRetro-Subscribe\"\u003e\n\u003c/a\u003e\n\n\nDans cette épisode je vous présente comment ajouter plusieurs annotations sur une carte via le Framework natif Google Maps.\n\nEn seconde partie de vidéo, je vous présente comment intégrer la géolocalisation de l'appareil.\n\nBien entendu, il est parfaitement possible de suivre cet épisode sous Windows, Mac ou Linux =)\n\n## Au programme\n\n- Qu'est-ce qu'une coordonnée GPS ?\n- Création d'une interface.\n- Création d'un mock.\n- Ajouter plusieurs annotations sur une carte.\n- Récupération de la géolocalisation de l'appareil. \n\n## Vidéo\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.youtube.com/watch?v=UC31qnFn6SE\"\u003e\u003cimg src=\"https://img.youtube.com/vi/UC31qnFn6SE/0.jpg\" alt=\"Ionic3-TheiPhoneRetro-Episode10\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Instructions\n\nPour utiliser ce projet il vous suffit de suivre les étapes ci dessous :\n\n- Installer tout les modules requis.\n```{r, engine='sh', count_lines}\nnpm install\n```\n\n- Lancer une transiplation générale.\n```{r, engine='sh', count_lines}\nionic build\n```\n\n- Ajouter les plateformes de votre choix.\n```{r, engine='sh', count_lines}\ncordova platform add android\ncordova platform add ios\n```\n\n- Compilez et lancez le projet.\n```{r, engine='sh', count_lines}\nionic run \u003cPLATFORM\u003e\n```\n\n- Profitez :tada:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fistornz%2Fionic3-theiphoneretro-ep10","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fistornz%2Fionic3-theiphoneretro-ep10","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fistornz%2Fionic3-theiphoneretro-ep10/lists"}