crossref-cli
v0.0.9
Published
command-line interface for querying the crossref works API
Downloads
21
Maintainers
Readme
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
- @karissa: crossref-metadata-scraper
- @hubgit: rethink-crossref
- @scienceai crossref module
- @contentmine getpapers