crossrefapi
crossrefapi OPTIONS types|works DOI
crossrefapi can retrieve “types” and “works” from the CrossRef API. Is also has the ability to compare the current “works” document with a JSON document retrieved previously. The program uses the CrossRef REST API. It follows the etiquette suggested at
http://api.crossref.org/swagger-ui/index.html
Return the types of objects in CrossRef (e.g. journal articles)
crossrefapi -mailto="jdoe@example.edu" types
Return the works for the doi “10.1037/0003-066x.59.1.29”
crossrefapi -mailto="jdoe@example.edu" \
works "10.1037/0003-066x.59.1.29"
Compare a previously retrieved “works.json” with the current version.
crossrefapi -mailto="jdoe@example.edu" -diff works.json \
works "10.1037/0003-066x.59.1.29"