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

2.20.0 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @socialgouv/datafiller-data

Weekly Downloads

0

Version

2.20.0

License

Apache-2.0

Unpacked Size

1.57 MB

Total Files

58

Last publish

Collaborators

  • revolunet
  • socialgroovybot