Skip to content

Clojure library for fetching latest programming book releases.

License

Notifications You must be signed in to change notification settings

markoa/hb-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hb-scraper

A Clojure library for fetching latest programming book releases. Implemented publishers are:

  • Manning
  • Pragmatic Bookshelf

Installation

Add the following dependency to your project.clj file:

[hb-scraper "0.1.0"]

The library is published on Clojars. Latest version is 0.1.0.

Usage

user=> (require '[hb.scraper.manning :as manning])

user=> (manning/latest-books)
({:description "Guides you step by step ...",
  :cover-url "http://www.manning.com/osherove2/osherove2_3d.gif",
  :url "http://www.manning.com/osherove2",
  :title "The Art of Unit Testing, Second Edition"} ...)

License

Copyright © 2013 Marko Anastasov

Distributed under the MIT License.

About

Clojure library for fetching latest programming book releases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published