Skip to content

Commit

Permalink
feat: 国家统计局最新数据(截止时间:2019-10-31,发布时间:2020-02-25)
Browse files Browse the repository at this point in the history
  • Loading branch information
modood committed Feb 27, 2020
1 parent 11b62b0 commit bea2551
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* [中华人民共和国国家统计局-统计用区划和城乡划分代码](http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm/)
* [中华人民共和国国家统计局-统计用区划代码和城乡划分代码编制规则](http://www.stats.gov.cn/tjsj/tjbz/200911/t20091125_8667.html)
* 本项目已更新至:
* [2018年统计用区划代码和城乡划分代码(截止时间:2018-10-31,发布时间:2019-01-31](http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm/2018/index.html)
* [2019年统计用区划代码和城乡划分代码(截止时间:2019-10-31,发布时间:2020-02-25](http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm/2019/index.html)

## 数据下载

Expand Down Expand Up @@ -159,8 +159,6 @@ $ npm test

## Stargazers over time

[![Flag Counter](https://s05.flagcounter.com/count2/uCWd/bg_FFFFFF/txt_000000/border_CCCCCC/columns_8/maxflags_24/viewers_0/labels_1/pageviews_1/flags_0/percent_0/)](https://info.flagcounter.com/uCWd)

[![Stargazers over time](https://starcharts.herokuapp.com/modood/Administrative-divisions-of-China.svg)](https://starcharts.herokuapp.com/modood/Administrative-divisions-of-China)

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion lib/crawler.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const casReg = /<tr class='.*?'><td><a href=.*?>(.*?)<\/a><\/td><td><a href=.*?>
const vReg = /<tr class='.*?'><td>(.*?)<\/td><td>.*?<\/td><td>(.*?)<\/td><\/tr>/g

const host = 'www.stats.gov.cn'
const path = '/tjsj/tjbz/tjyqhdmhcxhfdm/2018/#{route}.html'
const path = '/tjsj/tjbz/tjyqhdmhcxhfdm/2019/#{route}.html'

/**
* 抓取数据
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "china-division",
"version": "2.2.0",
"version": "2.3.0",
"description": "中华人民共和国行政区划:省份、城市、区县、乡镇(街道)、村(居)委会",
"main": "lib/export.js",
"scripts": {
Expand Down

0 comments on commit bea2551

Please sign in to comment.