Skip to content

answershuto/Rental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rental app based on Node.js

运行 How to run

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

img

img

img

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

About

🏠 Rental app base on Node.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published