{"id":38030755,"url":"https://github.com/baseadressenationale/adresse.data.gouv.fr","last_synced_at":"2026-04-14T18:01:03.486Z","repository":{"id":24009289,"uuid":"27393375","full_name":"BaseAdresseNationale/adresse.data.gouv.fr","owner":"BaseAdresseNationale","description":"Le site officiel de l'Adresse","archived":false,"fork":false,"pushed_at":"2026-04-12T16:07:27.000Z","size":92412,"stargazers_count":163,"open_issues_count":92,"forks_count":39,"subscribers_count":16,"default_branch":"main","last_synced_at":"2026-04-12T18:10:02.967Z","etag":null,"topics":["adresse","dataset","open-data"],"latest_commit_sha":null,"homepage":"https://adresse.data.gouv.fr","language":"TypeScript","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/BaseAdresseNationale.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}},"created_at":"2014-12-01T18:30:52.000Z","updated_at":"2026-04-09T11:58:47.000Z","dependencies_parsed_at":"2024-03-28T16:37:18.337Z","dependency_job_id":"5f146add-b392-444e-afcb-48f3e5e8846a","html_url":"https://github.com/BaseAdresseNationale/adresse.data.gouv.fr","commit_stats":null,"previous_names":[],"tags_count":126,"template":false,"template_full_name":null,"purl":"pkg:github/BaseAdresseNationale/adresse.data.gouv.fr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseAdresseNationale%2Fadresse.data.gouv.fr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseAdresseNationale%2Fadresse.data.gouv.fr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseAdresseNationale%2Fadresse.data.gouv.fr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseAdresseNationale%2Fadresse.data.gouv.fr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseAdresseNationale","download_url":"https://codeload.github.com/BaseAdresseNationale/adresse.data.gouv.fr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseAdresseNationale%2Fadresse.data.gouv.fr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31808518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["adresse","dataset","open-data"],"created_at":"2026-01-16T19:40:28.198Z","updated_at":"2026-04-14T18:01:03.477Z","avatar_url":"https://github.com/BaseAdresseNationale.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# adresse.data.gouv.fr\n\n_[Le site officiel de l'Adresse en France](https://adresse.data.gouv.fr/)_\n\nCe dépôt contient le code logiciel FrontEnd du site [adresse.data.gouv.fr](https://adresse.data.gouv.fr/), développé sur le framework [Next.js](https://nextjs.org).\n\n## Pré-requis\n\nCe site nécéssite l'instalation préalable des outils suivants :\n\n* Node.JS version 20 ou supérieure\n* NPM version 10 ou supérieure\n\n## Développement\n\n### Installation des dépendances\n\n```bash\nnpm install\n```\n\n### Demarrer en le serveur de développement\n\n```bash\nnpm run dev\n```\n\n### Demarrer le serveur de développement avec le proxy\nAjouter le fichier index.js dans un dossier proxy à la racine des différents projets avec le contenu suivant :\n\n```bash\nconst { setGlobalDispatcher, fetch, EnvHttpProxyAgent } = require('undici')\nconst envHttpProxyAgent = new EnvHttpProxyAgent()\nsetGlobalDispatcher(envHttpProxyAgent)\n```\nInstaller undici dans le dossier proxy\n```bash\nnpm i undici\n```\n\nPuis lancer le projet avec npm en lançant le script dev.sh\n```bash\n./dev.sh\n```\n\n## Production\n\n### Assembler le code pour la production\n\n```bash\nnpm run build\n```\n\n### Demarrer en le serveur de production\n\nApres avoir assemblé le code pour la production :\n\n```bash\nnpm run start\n```\n\n### Contrôler la qualité et le formatage du code\n\nLa qualité et le formatage du code sont contrôlés via [ESlint](https://eslint.org/)(pour la qualité) et [ESLint Stylistic](https://eslint.style/)(pour le formatage).\n\n```bash\nnpm run lint\n```\n\n## Licence\n\n[![Logo \"Licence Ouverte / Open Licence\"](https://www.etalab.gouv.fr/wp-content/uploads/2011/10/licence-ouverte-open-licence.gif)](https://www.etalab.gouv.fr/licence-ouverte-open-licence/)\n\nLe code de ce logiciel est soumis à la licence [\"Licence Ouverte / Open Licence\" version 2.0](https://www.etalab.gouv.fr/wp-content/uploads/2017/04/ETALAB-Licence-Ouverte-v2.0.pdf).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaseadressenationale%2Fadresse.data.gouv.fr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaseadressenationale%2Fadresse.data.gouv.fr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaseadressenationale%2Fadresse.data.gouv.fr/lists"}