{"id":21647580,"url":"https://github.com/fitomad/applecoding-mapkitjs","last_synced_at":"2025-03-20T00:58:27.367Z","repository":{"id":74267200,"uuid":"138228530","full_name":"fitomad/AppleCoding-MapKitJS","owner":"fitomad","description":"Sitio web que acompaña al artículo de Apple Coding sobre MapKit JS","archived":false,"fork":false,"pushed_at":"2018-06-22T07:29:24.000Z","size":6366,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T05:09:51.397Z","etag":null,"topics":["apple","css3","html5","javascript","mapkit","mapkit-js"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fitomad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-06-21T22:37:28.000Z","updated_at":"2018-12-12T17:15:30.000Z","dependencies_parsed_at":"2023-07-17T19:33:20.405Z","dependency_job_id":null,"html_url":"https://github.com/fitomad/AppleCoding-MapKitJS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitomad%2FAppleCoding-MapKitJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitomad%2FAppleCoding-MapKitJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitomad%2FAppleCoding-MapKitJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitomad%2FAppleCoding-MapKitJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fitomad","download_url":"https://codeload.github.com/fitomad/AppleCoding-MapKitJS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244531013,"owners_count":20467391,"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":["apple","css3","html5","javascript","mapkit","mapkit-js"],"created_at":"2024-11-25T06:50:34.926Z","updated_at":"2025-03-20T00:58:27.346Z","avatar_url":"https://github.com/fitomad.png","language":"JavaScript","readme":"# AppleCoding-MapKitJS\n\nSitio web que acompaña al artículo de Apple Coding sobre MapKit JS. **También podeís ver la web ya desplegada en [este enlace](http://apple-mapkitjs.desappstre.com/)**\n\n![Webshot](https://github.com/fitomad/AppleCoding-MapKitJS/blob/master/Webshots/portada.png)\n\n## Configuración\n\nAntes de arrancar el website es necesario generar un token JWT para MapKit JS. Una vez lo tengamos debemos pegarlo en el archivo `webapp.js`, concretamente en la línea 10, como parámetro de la función `done`\n\n```javascript\nmapkit.init({ authorizationCallback: function(done) {\n    // Pasamos como parámetro el token JWT que hemos generado previamente\n    done(\"TOKEN-AQUÍ\");\n    }\n});\n```\n\n## Generar el Token JWT\n\nEn [este repositorio de GitHub](https://github.com/fitomad/mapkitjs-jwt-token-generator) encontrarás un script Python que generar un token a partir del archivo de claves (.p8) y del *Key ID*.\n\n## Contacto\n\nCualquier duda o pregunta me la podéis hacer en mi cuenta de twitter [@fitomad](https://twitter.com/fitomad)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitomad%2Fapplecoding-mapkitjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffitomad%2Fapplecoding-mapkitjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitomad%2Fapplecoding-mapkitjs/lists"}