Skip to content

Get all the retractions and retraction-like-things from CrossRef

License

Notifications You must be signed in to change notification settings

open-retractions/crossref-retractions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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() // returns the request stream

About

Get all the retractions and retraction-like-things from CrossRef

Resources

License

Stars

Watchers

Forks

Packages

No packages published