Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 573 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 573 Bytes

kindle-clippings

A Clojure library to parse a string representation of the 'My_Clippings.txt' file on Kindle book readers.

Usage

(parse (slurp "resources/My Clippings.txt"))

Returns a sequence of maps, thus:

({:title "How an Economy Grows and Why It Crashes", :authors ("Andrew J. Schiff" "Peter D. Schiff"),
:page "5", :location "1134-37",
:clipping "During the Depression, President Roosevelt decided to devalue the dollar..."})

License

Copyright © 2013 Paul Bowler

Distributed under the Eclipse Public License version 10.0