An open API service indexing awesome lists of open source software.

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

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.

![img](./views/image/1.png)

![img](./views/image/2.png)

![img](./views/image/3.png)

![img](./views/image/4.png)

## 目录结构 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)