@socialgouv/fiches-vdd
Fiches vos droits et démarches au format 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");
Dev
Pour mettre à jour les fiches :
yarn
yarn fetch