Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 562 Bytes

File metadata and controls

25 lines (19 loc) · 562 Bytes

v1 instructions

楼盘数据接口

// development/backend/ds/property.ts
export interface Property {
    province: string
    city: string
    name: string
    link?: string
    month?: number
}

analyze.ts

[analyze.ts](src/ v1/analyze.ts) 脚本负责解析 README.md 文档,校验其市、省、国三级的数据合计,生成 基于楼盘的结构化停贷数据文件。该脚本已写入 CI,由 WeihanLi 维护。

用法:

ts-node analyze.ts