SkillAgentSearch skills...

Rental

🏠 Rental app base on Node.js

Install / Use

/learn @answershuto/Rental
About this skill

Quality Score

0/100

Supported Platforms

Universal

Tags

README

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

<pre> ├─ 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 </pre>

教程 Tutorial

http://answershuto.github.io/jekyll/update/2016/10/25/养只爬虫当宠物-Node.js爬虫爬取58同城租房信息.html

Related Skills

View on GitHub
GitHub Stars384
CategoryDevelopment
Updated24d ago
Forks86

Languages

JavaScript

Security Score

80/100

Audited on Mar 11, 2026

No findings