crossref-retractions
A very simple CLI and module for getting all CrossRef retractions (and other important article updates)
This module is a thin wrapper around crossref-cli
, that is preconfigured to filter for retractions and other important articles updates (such as expressions-of-concern, withdrawals, etc.).
installation
for command-line usage:
npm install --global crossref-retractions
for use as a node module:
npm install --save crossref-retractions
usage
command-line (does not accept any parameters):
crossref-retractions > crossref-retractions.json
module:
var retractions = require('crossref-retractions')
retractions()