https://github.com/answershuto/rental
🏠 Rental app base on Node.js
https://github.com/answershuto/rental
nodejs
Last synced: about 1 year ago
JSON representation
🏠 Rental app base on Node.js
- Host: GitHub
- URL: https://github.com/answershuto/rental
- Owner: answershuto
- Created: 2016-10-08T14:36:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-03T05:59:35.000Z (about 9 years ago)
- Last Synced: 2024-10-19T06:06:12.584Z (over 1 year ago)
- Topics: nodejs
- Language: JavaScript
- Homepage:
- Size: 14.9 MB
- Stars: 383
- Watchers: 22
- Forks: 84
- Open Issues: 4
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Rental app based on Node.js
## 运行 How to run
```bash
cd Rental
# install dependencies
npm install
# app running
npm start
```
open localhost:2000
## 简介 Introduction
基于Node.js的爬虫系统。
爬取58同城上的杭州租房信息,并用百度地图进行可视化显示,方便用户快速查找自己附近的租房信息。
A crawler system based on Node.js.
The system will crawl rental information of 58 tongcheng, and Baidu map for visual display, user-friendly quickly find their own near the rental information.




## 目录结构 Directory Structure
├─ package.json # 项目配置 project configuration
├─ README.md # 项目说明 project instruction
├─ app.js # 项目入口文件 Project entry file
├─ node_modules # npm依赖包 npm dependent
├─ .babelrc # babel配置 babel configuration
│
│
├─ app # node后端业务 node business
│
│ controllers # 控制器 controller
│ models # 数据模型 data model
│ routes # 路由 route
│
│
├─ bin # node启动 node start
│
│
└─ views # 前端代码 front end code
│ css # css文件 css
│ js # js文件 js
│ image # 图片文件 image
│ index.html # 首页 index
│
│
└─ config # node配置 node configuration
## 教程 Tutorial
[http://answershuto.github.io/jekyll/update/2016/10/25/养只爬虫当宠物-Node.js爬虫爬取58同城租房信息.html](http://answershuto.github.io/jekyll/update/2016/10/25/养只爬虫当宠物-Node.js爬虫爬取58同城租房信息.html)