@socialgouv/fiches-vdd
TypeScript icon, indicating that this package has built-in type declarations

2.1013.0 • Public • Published

@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

/@socialgouv/fiches-vdd/

    Package Sidebar

    Install

    npm i @socialgouv/fiches-vdd

    Weekly Downloads

    576

    Version

    2.1013.0

    License

    MIT

    Unpacked Size

    631 MB

    Total Files

    7965

    Last publish

    Collaborators

    • revolunet
    • socialgroovybot