Skip to content

coldnew/esunconsulting.clj

Repository files navigation

esunconsulting.clj

Open Source Love AGPL License Circle CI

A Clojure library designed to fetch report from Esunconsulting and create hash-map.

Clojars Project

Latest codox API docs.

Usage

(ns esunconsulting-test.core
  (:require [esunconsulting :refer [get-report]))

;; get reports map from page 1
(get-report 1)
;; => [{:title "A" :link "http://b.pdf" :date "20180309" :type :台股晨訊} 
;; =>  {:title "C" :link "http://d.pdf" :date "20180309" :type :訪談報告}]

Examples

License

Copyright © 2018 Yen-Chin, Lee <[email protected]>

Distributed under the GNU Affero General Public License 3.0 (AGPL-3.0).