0.0.9 • Published 4 years ago

crossref-cli v0.0.9

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

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