{"id":29163936,"url":"https://github.com/yuukitoriyama/ryokucha","last_synced_at":"2026-04-20T13:31:22.275Z","repository":{"id":40264879,"uuid":"196968782","full_name":"YuukiToriyama/ryokucha","owner":"YuukiToriyama","description":"FlickrAPIから取得したデータをOpenStreetMap上に表示する","archived":false,"fork":false,"pushed_at":"2022-05-17T11:26:23.000Z","size":473,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-23T20:46:47.881Z","etag":null,"topics":["flickr-api","html5","javascript","leafletjs","openstreetmap-api","ruby"],"latest_commit_sha":null,"homepage":"https://yuukitoriyama.github.io/ryokucha/index.html?q=8479tqi2fVw","language":"TypeScript","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/YuukiToriyama.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":"2019-07-15T09:34:27.000Z","updated_at":"2024-07-13T08:20:11.000Z","dependencies_parsed_at":"2022-08-17T20:40:17.692Z","dependency_job_id":null,"html_url":"https://github.com/YuukiToriyama/ryokucha","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YuukiToriyama/ryokucha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuukiToriyama%2Fryokucha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuukiToriyama%2Fryokucha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuukiToriyama%2Fryokucha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuukiToriyama%2Fryokucha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YuukiToriyama","download_url":"https://codeload.github.com/YuukiToriyama/ryokucha/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YuukiToriyama%2Fryokucha/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277088734,"owners_count":25758763,"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","status":"online","status_checked_at":"2025-09-26T02:00:09.010Z","response_time":78,"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":["flickr-api","html5","javascript","leafletjs","openstreetmap-api","ruby"],"created_at":"2025-07-01T06:39:14.225Z","updated_at":"2025-09-26T13:58:55.439Z","avatar_url":"https://github.com/YuukiToriyama.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @toriyama/ryokucha\n\n## Example\n\n下記の条件に当てはまる写真を Flickr から取得し、GeoJSON に変換します。\n\n- tag に`kyoto`,`shrine`を含む\n- `2015-01-01`から`2015-01-31`の間に撮影された\n- geo タグを含む\n\n```env\nAPIKey=0123456789abcdefghgi\n```\n\n```javascript\nimport { FlickrAPI } from \"@toriyama/ryokucha\";\nimport \"dotenv/config\";\n\n(async () =\u003e {\n\tconst flickr = new FlickrAPI({\n\t\tkey: process.env.APIKey,\n\t});\n\tconst response = await flickr.photos.search({\n\t\ttags: [\"kyoto\", \"shrine\"],\n\t\ttaken_date: {\n\t\t\tmin: new Date(2015, 1, 1),\n\t\t\tmax: new Date(2015, 1, 31),\n\t\t},\n\t\thas_geo: true,\n\t\textras: [\n\t\t\t\"geo\",\n\t\t\t\"url_o\",\n\t\t\t\"url_sq\",\n\t\t\t\"date_taken\",\n\t\t\t\"owner_name\",\n\t\t\t\"description\",\n\t\t],\n\t});\n\tconst geojson = response.toGeoJSON();\n\tconsole.log(JSON.stringify(geojson, null, \"\\t\"));\n})();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuukitoriyama%2Fryokucha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuukitoriyama%2Fryokucha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuukitoriyama%2Fryokucha/lists"}