Skip to content

zhuohongwei/hdb-resale-pricing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hdb-Resale-Pricing

This is an experiment using HDB resale prices API provided by the government.

Usage

(ql:quickload :hdb-resale-pricing)

;;; to look up past transactions matching a 4-room listing for block 457 in Yishun. Listing price is currently not used, but may be used in future for comparison with past transactions.
(hdb-resale-pricing::assess-listing :town "yishun" :block-number "457" :flat-type "4 room" :floor-category :high :listing-price 500000)

Installation

Clone this repository into one of the well known project directories, e.g., ~/common-lisp/

Dependencies

  • cl-json
  • cl-json-path

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published