{"id":16012792,"url":"https://github.com/smacker/backbone-ymaps","last_synced_at":"2026-06-12T23:35:01.714Z","repository":{"id":13443109,"uuid":"16132370","full_name":"smacker/backbone-ymaps","owner":"smacker","description":"Backbone Yandex Maps Adapter","archived":false,"fork":false,"pushed_at":"2015-01-06T11:27:27.000Z","size":238,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T00:34:44.730Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://smacker.github.io/backbone-ymaps/","language":"JavaScript","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/smacker.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}},"created_at":"2014-01-22T07:42:21.000Z","updated_at":"2018-11-09T21:24:35.000Z","dependencies_parsed_at":"2022-07-30T14:48:02.218Z","dependency_job_id":null,"html_url":"https://github.com/smacker/backbone-ymaps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smacker/backbone-ymaps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smacker%2Fbackbone-ymaps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smacker%2Fbackbone-ymaps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smacker%2Fbackbone-ymaps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smacker%2Fbackbone-ymaps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smacker","download_url":"https://codeload.github.com/smacker/backbone-ymaps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smacker%2Fbackbone-ymaps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34266915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":[],"created_at":"2024-10-08T14:21:17.803Z","updated_at":"2026-06-12T23:35:01.677Z","avatar_url":"https://github.com/smacker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Backbone.Ymaps\n\nBackbone JS расширение для работы с Yandex Maps API (v2.0).\n\n## Example\n\nПростой пример:\n\n```javascript\n// Create Yandex Map\nvar map = new ymaps.Map('maps', {\n    center: [37.64, 55.76],\n    zoom: 12\n});\n\n// Create collection\nvar places = new Backbone.Collection([{\n    title: 'Place one',\n    lat: 55.768,\n    lon: 37.646\n}, {\n    title: 'Place Two',\n    lat: 55.761,\n    lon: 37.642\n}]);\n\n// Render places\nvar placesView = new Backbone.Ymaps.CollectionView({\n    collection: places,\n    map: map\n});\nplacesView.render();\n```\n\nИнтерактивные примеры: [Placemark](http://smacker.github.io/backbone-ymaps/samples/placemark.html) [Polyline](http://smacker.github.io/backbone-ymaps/samples/polyline.html)\n\nТак же их можно открыть локально:\n\n```bash\ngit clone https://github.com/smacker/backbone-ymaps.git\ncd backbone-ymaps\npython -m SimpleHTTPServer\n```\n\nОткрыть в браузере http://127.0.0.1:8000/samples/placemark.html, http://127.0.0.1:8000/samples/polyline.html\n\n## Components\n\n- Backbone.Ymaps.Placemark\n- Backbone.Ymaps.Polyline\n- Backbone.Ymaps.CollectionView\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmacker%2Fbackbone-ymaps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmacker%2Fbackbone-ymaps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmacker%2Fbackbone-ymaps/lists"}