{"id":29702524,"url":"https://github.com/devgateway/open-aid-geocoder","last_synced_at":"2026-06-30T22:32:01.231Z","repository":{"id":78414539,"uuid":"45847030","full_name":"devgateway/open-aid-geocoder","owner":"devgateway","description":"Open Aid Geocoder","archived":false,"fork":false,"pushed_at":"2018-02-26T13:39:12.000Z","size":39060,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-07-23T13:00:06.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devgateway.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,"zenodo":null}},"created_at":"2015-11-09T15:28:46.000Z","updated_at":"2022-01-24T21:12:11.000Z","dependencies_parsed_at":"2023-03-22T14:47:32.124Z","dependency_job_id":null,"html_url":"https://github.com/devgateway/open-aid-geocoder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devgateway/open-aid-geocoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgateway%2Fopen-aid-geocoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgateway%2Fopen-aid-geocoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgateway%2Fopen-aid-geocoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgateway%2Fopen-aid-geocoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devgateway","download_url":"https://codeload.github.com/devgateway/open-aid-geocoder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgateway%2Fopen-aid-geocoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34986248,"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-30T02:00:05.919Z","response_time":92,"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":"2025-07-23T12:39:30.191Z","updated_at":"2026-06-30T22:32:01.224Z","avatar_url":"https://github.com/devgateway.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\nThis project has been replaced by https://github.com/devgateway/geocoder-ui\n=====================\n\n\n\nOpen Aid Geocoder\n=====================\n\nThis tools allow users to attach geographical information to existing aid projects. \n The project supports \n* hot reloading React components;\n* error handling inside component `render()` function;\n* error handling for syntax errors \n\n#Demo\nhttp://devgateway.github.io/open-aid-geocoder\n\n#Development\n\n```\ngulp \n\n```\n##Production build\n```\ngulp build-prod\n\n```\n\n##gh_pages deployment\n```\ngulp deploy\n\n``` \n\nRunning gulp without target will build the project using web pack development configuration and will start an express web server.\n \nRun gulp build-prod to build a distributable application.\n\nRun gulp deploy to push dist folder into gh_pages branch \n\n##Copyright\n\nCopyright 2015-2016 Development Gateway\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n## Local Install\n\n1 - Install node on your local computer, download it from https://nodejs.org/en/download/.\n\n2 - Make sure node is installed correctly, Open a terminal and type the following commands:\n``` \nnode -v\nnpm -v\n```\n\tThe output of these command should look like:\n```\n$ node -v\nv4.4.3\n$ npm -v\n2.15.1\n```\n3 - Create an empty folder where you want to install it.\n\n4 - Download the following file and save it on the empty folder: \n\n[Update Mac and Linux](https://github.com/devgateway/open-aid-geocoder/raw/windows-local/scripts/update.sh)\n\n[Update Windows](https://github.com/devgateway/open-aid-geocoder/raw/windows-local/scripts/Update Environment.bat)\n\n[Install Mac and Linux](https://github.com/devgateway/open-aid-geocoder/raw/windows-local/scripts/install.sh)\n\n[Install Windows](https://github.com/devgateway/open-aid-geocoder/raw/windows-local/scripts/Install.bat)\n\n\tTo save the files, right click on the url and select \"save link as\" option.\n5 - Run the scripts.\n\n5.1 -  Open a Terminal.\n\n5.2 - Browser to the install folder. (i.e: cd /path-to-folder).\n\n5.3 - Run the following commands to add execute permision:\n``` \nchmod +x update.sh\nchmod +x install.sh\n```\n5.4 - Run update command.\n```\n./update.sh\n```\n5.5 - Run install command.\n```\n./install.sh\n```\n6 - The tool should work locally The empty folder shall contain *start.sh* file and *open-aid-geocoder* folder.\n\n6.1 - Add execute permision:\n``` \nchmod +x start.sh\n```\n6.2 - Run the application:\n```\n./start.sh \n```\n7 - A new browser shall be open with the tool.\n\n8 - The projects shall be save in:\n```\nopen-aid-geocoder/api/data/project-data.json\n```\n8.1 - You could delete or rename it in order to clean the projects.\n\n9 - You could add more project by import them.\n\n9.1 - Open the following file:\n```\nopen-aid-geocoder/import.html\n```\n9.2 - Select the file with projects to import. It must have the following format:\n\nproject_id    | title         | long_description\n--- | --- | ---\n123           | Mafambisse Sugar Rehabilitation Test | The project aims at restoring and sustaining the productive capacity of the Mafambisse plantation and factory.\n1234          | Cashew Rehabilitation Project      | The objective of the project is to increase the production of raw cashew nuts\n\n9.3 - Click on the import button and you could start using them.\n\n10 - To export the project to GeoJson. Right click on the following url and select \"save link as\" option.\n\n[http://localhost:3333/export](http://localhost:3333/export)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgateway%2Fopen-aid-geocoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevgateway%2Fopen-aid-geocoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgateway%2Fopen-aid-geocoder/lists"}