Skip to content

An visualization tool for house price (based on house price in beijing)

License

Notifications You must be signed in to change notification settings

xiaotianxt/house-price-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

小区房价可视化平台

MIT License 基于链家小区二手房月成交价格, 可视化展示房屋价格走势, 支持多种方式查询.

在线查看house.xiaotianxt.com

运行截图

使用截图

安装

前端

使用npm安装依赖, 利用parcel-bundler打包.

开发:

  cd front
  npm install --dependencies
  npm start

打包:

  parcel build index.html

后端

使用python flask响应请求.

开发:

  pip3 install pymongo flask flask-cors
  flask run --host=0.0.0.0

部署: 使用uWSGI + NGINX部署.

数据库部署

基于@jumper2014开发的链家网爬虫, 爬取小区数据并存储在mongodb中, 使用高德地理逆编码API,将小区地址解析为火星坐标系地理坐标.

作者

About

An visualization tool for house price (based on house price in beijing)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published