{"id":48083506,"url":"https://github.com/anth2o/refugenavigator","last_synced_at":"2026-04-06T21:00:54.800Z","repository":{"id":301876793,"uuid":"1010249370","full_name":"anth2o/refugenavigator","owner":"anth2o","description":"Export refuges.info data into a GPX that you can bring offline when hiking","archived":false,"fork":false,"pushed_at":"2026-04-04T13:56:19.000Z","size":2934,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T14:28:51.635Z","etag":null,"topics":["bivouac","hiking-maps","mountain"],"latest_commit_sha":null,"homepage":"https://refugenavigator.com","language":"Go","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/anth2o.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-28T17:07:04.000Z","updated_at":"2026-04-04T13:56:22.000Z","dependencies_parsed_at":"2025-07-17T06:12:09.575Z","dependency_job_id":"dc749ae6-a00c-482f-9f2f-92428e909577","html_url":"https://github.com/anth2o/refugenavigator","commit_stats":null,"previous_names":["anth2o/refugenavigator"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/anth2o/refugenavigator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anth2o%2Frefugenavigator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anth2o%2Frefugenavigator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anth2o%2Frefugenavigator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anth2o%2Frefugenavigator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anth2o","download_url":"https://codeload.github.com/anth2o/refugenavigator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anth2o%2Frefugenavigator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31403952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bivouac","hiking-maps","mountain"],"created_at":"2026-04-04T15:00:26.878Z","updated_at":"2026-04-04T15:00:56.204Z","avatar_url":"https://github.com/anth2o.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Refuge Navigator\n\n[![Live Site](https://img.shields.io/badge/Live%20Site-refugenavigator.com-brightgreen)](https://refugenavigator.com)\n[![coverage](https://codecov.io/gh/anth2o/refugenavigator/branch/main/graph/badge.svg?token=J6KEKKL5ZE)](https://codecov.io/gh/anth2o/refugenavigator)\n[![pipeline](https://github.com/anth2o/refugenavigator/actions/workflows/pipeline.yml/badge.svg?query=branch%3Amain)](https://github.com/anth2o/refugenavigator/actions/workflows/pipeline.yml?query=branch%3Amain)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## 🎯 About\n\nRefuge Navigator exports data from [www.refuges.info](https://www.refuges.info/) (which is only available online) to GPX files, enabling offline access to refuge and water source information for hiking trips. The exported GPX files can be imported into navigation apps like [Iphigénie](https://www.iphigen.ie/) or any other application that supports GPX waypoints.\n\n## 📋 Credits\n\nRefuge Navigator uses data sourced from [www.refuges.info](http://www.refuges.info), licensed under [CC BY-SA 2.0](https://creativecommons.org/licenses/by-sa/2.0/).\n\n- Content from Refuges.info is attributed to `©Les contributeurs de Refuges.info`\n- Specific contributions such as comments and photos are attributed to their individual authors as specified on the site.\n\nThus, the data coming from the use of Refuge Navigator is also licensed under [CC BY-SA 2.0](https://creativecommons.org/licenses/by-sa/2.0/).\n\n## 🛠️ Tech Stack\n\nThis project is also an opportunity for me to work on:\n\n- **Backend**: Go with Gin framework - my first Go project since I've mostly worked with Python in all my previous projects\n- **Frontend**: React with Leaflet for the interactive map, statically served by the Go backend\n- **DevOps**: A CI/CD pipeline, with automated deployments to Google Cloud Run on each release [here](https://refugenavigator.com), and on each push to the main branch or a pull request [here](https://dev.refugenavigator.com). Note: deploying on every push isn't ideal for parallel contributions, but works fine for now.\n\n## 🤝 Contributing\n\nPull requests are welcome! To get started:\n\n### Backend (Go)\n\n```bash\ncd backend-go\ngo mod tidy\ngo run main.go\n```\n\n### Frontend (React)\n\n```bash\ncd frontend\nyarn\nyarn dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanth2o%2Frefugenavigator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanth2o%2Frefugenavigator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanth2o%2Frefugenavigator/lists"}