{"id":20198899,"url":"https://github.com/wbkd/geocoder","last_synced_at":"2025-08-28T08:04:44.078Z","repository":{"id":82163428,"uuid":"103255218","full_name":"wbkd/geocoder","owner":"wbkd","description":"A small utility script for geocoding addresses in a csv file","archived":false,"fork":false,"pushed_at":"2018-06-28T09:50:03.000Z","size":15,"stargazers_count":8,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-10T11:34:19.593Z","etag":null,"topics":["geocoder","nodejs"],"latest_commit_sha":null,"homepage":"","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/wbkd.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-09-12T10:12:06.000Z","updated_at":"2023-11-07T10:24:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a9427b7-c491-434e-adee-77d65fb9ec27","html_url":"https://github.com/wbkd/geocoder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wbkd/geocoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbkd%2Fgeocoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbkd%2Fgeocoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbkd%2Fgeocoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbkd%2Fgeocoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wbkd","download_url":"https://codeload.github.com/wbkd/geocoder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wbkd%2Fgeocoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272466737,"owners_count":24939459,"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-08-28T02:00:10.768Z","response_time":74,"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":["geocoder","nodejs"],"created_at":"2024-11-14T04:34:40.946Z","updated_at":"2025-08-28T08:04:44.057Z","avatar_url":"https://github.com/wbkd.png","language":"JavaScript","readme":"# Geocoder\n\nA small utility script for geocoding addresses in a csv file.\n\n### Installation\n\nClone the repository\n\n```bash\ngit clone git@github.com:wbkd/geocoder.git \u0026\u0026 cd geocoder\n```\n\nInstall dependencies\n\n```bash\nnpm install # with node version 7 or higher\n```\n\n### Customization\n\nTo geocode your own csv file, you need to change these variables in `index.js`:\n\n```javascript\nconst INPUT_CSV = 'input/test.csv'; // location of the input csv file\nconst OUTPUT_CSV = 'output/test.csv'; // location where to store the result\nconst ADDRESS_COLUMN = 'adresse'; // the name of the field in the csv that stores the address string\nconst DELIMITER = ';'; // the csv file delimiter\nconst GOOGLE_API_KEY = 'YOUR_API_KEY'; // your google geocoder api key: https://developers.google.com/maps/documentation/geocoding/start?hl=de#get-a-key\n```\n\n### Run the script!\n\n```bash\nnpm start\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwbkd%2Fgeocoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwbkd%2Fgeocoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwbkd%2Fgeocoder/lists"}