{"id":16031784,"url":"https://github.com/peopledrivemecrazy/here-maps-svelte","last_synced_at":"2025-03-18T03:32:24.176Z","repository":{"id":57262834,"uuid":"291795326","full_name":"peopledrivemecrazy/here-maps-svelte","owner":"peopledrivemecrazy","description":"Svelte Wrapper for Here Maps","archived":false,"fork":false,"pushed_at":"2021-03-05T09:29:33.000Z","size":86,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-15T21:16:09.091Z","etag":null,"topics":["here-maps-api","heremaps","heremaps-js","sveltejs"],"latest_commit_sha":null,"homepage":"https://peopledrivemecrazy.github.io/here-maps-svelte/","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/peopledrivemecrazy.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}},"created_at":"2020-08-31T18:36:11.000Z","updated_at":"2024-10-06T20:00:24.000Z","dependencies_parsed_at":"2022-09-01T12:50:25.520Z","dependency_job_id":null,"html_url":"https://github.com/peopledrivemecrazy/here-maps-svelte","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/peopledrivemecrazy%2Fhere-maps-svelte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peopledrivemecrazy%2Fhere-maps-svelte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peopledrivemecrazy%2Fhere-maps-svelte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peopledrivemecrazy%2Fhere-maps-svelte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peopledrivemecrazy","download_url":"https://codeload.github.com/peopledrivemecrazy/here-maps-svelte/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221706050,"owners_count":16867122,"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":["here-maps-api","heremaps","heremaps-js","sveltejs"],"created_at":"2024-10-08T21:05:39.219Z","updated_at":"2024-10-27T16:43:09.774Z","avatar_url":"https://github.com/peopledrivemecrazy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Svelte wrapper for Here Maps\n\nCheck [here maps JavaScript API](https://developer.here.com/develop/javascript-api) for detailed documentation.\n\n## Quick Start\n\nInstall `npm i here-maps-svelte`\n\n```html\n\u003cscript\u003e\n  import Map from \"here-maps-svelte\";\n\n  let options = {\n    api: \"Your API Key\",\n    mapdata: {\n      zoom: 3,\n      center: {\n        lat: 48.8567,\n        lng: 2.3508,\n      },\n      markers: [\n        {\n          bubbletext: `\u003cp\u003eBubble text\u003c/p\u003e`,\n          lat: 48.8567,\n          lng: 2.3508,\n        },\n      ],\n    },\n  };\n\u003c/script\u003e\n\n\u003cdiv id=\"map\"\u003e\n  \u003cmap options=\"{options}\"\u003e\u003c/map\u003e\n\u003c/div\u003e\n\n\u003cstyle\u003e\n  #map {\n    height: inherit;\n    width: inherit;\n  }\n\u003c/style\u003e\n```\n\n## Note\n\n- Currently supports bubble texts and accepts html. You might need to play with it.\n- Have `\u003cMap {options}/\u003e` a child of a `div` and supply custom css for height/width.\n\n## Upcoming features\n\n- Dynamic Markers\n- Search\n- Polylines, routing, shapes\n- Custom Icon Support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeopledrivemecrazy%2Fhere-maps-svelte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeopledrivemecrazy%2Fhere-maps-svelte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeopledrivemecrazy%2Fhere-maps-svelte/lists"}