0.0
No commit activity in last 3 years
No release in over 3 years
A book reference generator. Book information is fetched from [douban](http://www.douban.com).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

 Project Readme

douban-cite

A book reference generator. Book information is fetched from douban.

Installation

go get -u github.com/weakish/douban-cite

Binaries are provided for amd64 machine and windows/linux/osx/freebsd os. See Releases page.

Usage

douban-cite ISBN

Example

; douban-cite 9780262560993
Daniel P. Friedman, Matthias Felleisen. 1995-12-21. The Little Schemer - 4th Edition[M]. The MIT Press. ISBN 9780262560993

Note that the output is meant for manual editing afterwards, since Douban does not provide revision and publisher location.

For example, there are two issues in the above example:

The Little Schemer - 4th Edition[M]. should be:

The Little Schemer[M]. 4th Edition.

And The MIT Press. should be:

Cambridge, MA: MIT Press

License

0BSD