11 lines
370 B
Markdown
11 lines
370 B
Markdown
# Statistiques
|
|
|
|
This modules computes EL statistiques from Notion Data
|
|
|
|
# Setup
|
|
|
|
- Create file `.env` defining the NOTION_TOKEN variable at the root of this repo
|
|
- Then use either
|
|
- `yarn dry-run` to fetch notion data, compute stats and dump them in json files
|
|
- `yarn publish-stats` to fetch notion data, compute stats and publish them to the dedicated Notion page
|