SocialGouv / fiches-vdd

Fiches vos droits et démarches au format JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@socialgouv/fiches-vdd

Fiches vos droits et démarches au format JSON, mises à jour quotidiennement

Dataset Url
particuliers https://lecomarquage.service-public.fr/vdd/3.3/part/zip/vosdroits-latest.zip
professionnels https://lecomarquage.service-public.fr/vdd/3.3/pro/zip/vosdroits-latest.zip
associations https://lecomarquage.service-public.fr/vdd/3.3/asso/zip/vosdroits-latest.zip

⚠️ Le package contient toutes les fiches soit ~500Mo de JSON.

Usage

const fiches = require("@socialgouv/fiches-vdd");

// liste des fiches associations disponibles
console.log(fiches.associations);

// récupérer une fiche en particulier
fiches.getFiche("associations", "F3180");

// index de toutes les fiches (titre, theme...)
const index = require("@socialgouv/fiches-vdd/data/index.json");

Dev

Pour mettre à jour les fiches :

yarn
yarn fetch

About

Fiches vos droits et démarches au format JSON


Languages

Language:JavaScript 100.0%