lagou-finder
├── README.md
├── demo.png #示例图
├── BaiduMapApi.py #百度API文件
├── finder.py #查找工作
├── jobDB.py #数据库model
├── lagouAPI.py #拉勾网API文件
├── webapp.py #主程序
├── LICENSE
├── sqlite.data #sqlite数据库
├── static #静态文件
│ ├── plugins #插件
│ ├── favicon.ico #图标
│ ├── js #javascripts文件
│ │ ├── BaiDuApi_MDT.js
│ │ ├── index.coffee
│ │ ├── index.js
│ │ └── index2.js #当前使用的js文件
│ ├── plugins #插件
│ └── styles #存放样式文件
│ └── common.css #共用样式文件
└── templates #html文件
├── about.html #关于页
├── index.html #主页
└── index2.html #当前使用的主页