This is a script that compares the state of the PREreview information on Zenodo with the PREreview API.
- Install Node.js 16
- Get a personal access token on Zenodo
- Create a
.env
file based on.env.dist
and paste in the token - Run
npm ci
- Run
npm start
- See if
results.txt
has any changes to be made.