Skip to content

command-line interface for querying the crossref works API

License

Notifications You must be signed in to change notification settings

open-retractions/crossref-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crossref-cli

A command-line tool for querying the CrossRef works API

   

installation

npm install --global crossref-cli

usage

crossref-cli [API parameters]

Available parameters are documented at the CrossRef REST API documentation.

The additional parameter --limit will set an (approximate) limit on the number of results retrieved.

examples

get all works with the title "Retraction"

crossref-api --query.title "Retraction" > title.retraction.json

get all article updates

crossref-cli --filter "is-update:true" > updates.json

prior art / related modules

About

command-line interface for querying the crossref works API

Resources

License

Stars

Watchers

Forks

Packages

No packages published