Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

SocialGouv/datafiller-data

Repository files navigation

@socialgouv/datafiller-data

Node.js CI codecov

Usage

const glossary = require("@socialgouv/datafiller-data/data/glossary.json");
const agreements = require("@socialgouv/datafiller-data/data/agreements.json");
const highlights = require("@socialgouv/datafiller-data/data/highlights.json");
const requests = require("@socialgouv/datafiller-data/data/requests.json");
const themes = require("@socialgouv/datafiller-data/data/themes.json");

Dev

Pour mettre à jour les fiches :

yarn start

Release policy

The release job is schedule every day at 23.00PM ans also trigger after each commit in the master branch. If data had changed, a new release will be made.

Manual release

If you need to trigger the release job manually, you can do it using curl You will need to provide a valid token.

curl -H "Accept: application/vnd.github.everest-preview+json" \
    -H "Authorization: token <your-token-here>" \
    --request POST \
    --data '{"event_type": "manual_release"}' \
    https://api.github.com/repos/SocialGouv/datafiller-data/dispatches