Skip to content

Commit

Permalink
修复限号和40天数据丢失问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jackieli123723 committed Apr 27, 2020
1 parent 2a511cf commit 25f9314
Show file tree
Hide file tree
Showing 6 changed files with 237 additions and 211 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
- cli开发的数据来源[中国天气网](http://www.weather.com.cn/)
- 同时提供对外第三方的数据接口聚合服务 `server.js`


### api 使用

```js
nodemon server.js
http://localhost:4003/v1/api/weather/1d/101270101
http://localhost:4003/v1/api/weather/7d/101270101
http://localhost:4003/v1/api/weather/15d/101270101
http://localhost:4003/v1/api/weather/40d/101270101

```


## 使用方法

```
Expand Down
Loading

0 comments on commit 25f9314

Please sign in to comment.