crossref-cli

command-line interface for querying the crossref works API


Keywords
crossref, api, command-line, scholarly, publishing, metadata, citations
License
MIT
Install
npm install crossref-cli@0.0.9

Documentation

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