一款租房 APP,基于 Node.js 爬虫

栏目: Node.js · 发布时间: 8年前

内容简介:一款租房 APP,基于 Node.js 爬虫

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.

一款租房 APP,基于 Node.js 爬虫 一款租房 APP,基于 Node.js 爬虫 一款租房 APP,基于 Node.js 爬虫

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


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

ASP.NET揭秘

ASP.NET揭秘

Stephen Walther、汤涛 / 汤涛 / 中国电力出版社 / 2004-8-1 / 95.00元

本书是美国亚马逊网站同类书长期销售冠军,并受到微软ASP.NET小组项目经理Rob Howard的大力推荐,中文版由中科院专家汤涛老师翻译,经典、权威是本书最好的诠释。 本书共分10部分,31章,囊括了在.NET框架下架建ASP.NET应用程序的各个层面。每一章也都不是泛泛而谈理论,而是围绕实际样例代码来组织,让读者马上可以上手,并且加深理解。书中还包含了两个完整的、立即就可以用得......一起来看看 《ASP.NET揭秘》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具