china-railway-station 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +5 -2
- package/build/index.cjs +1 -1
- package/build/index.iife.js +1 -1
- package/build/index.js +1 -1
- package/package.json +3 -7
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
# China Railway Station
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/china-railway-station)
|
|
4
|
+
[](https://github.com/pomerun/china-railway-station/pkgs/npm/china-railway-station)
|
|
5
|
+
[](https://github.com/pomerun/china-railway-station/blob/master/LICENSE)
|
|
6
|
+
|
|
2
7
|
> 中国铁路车站信息
|
|
3
8
|
|
|
4
9
|
## 支持环境
|
|
@@ -86,5 +91,3 @@ getList();
|
|
|
86
91
|
| city | `string` | 否 | - | 城市名/城市编码 |
|
|
87
92
|
|
|
88
93
|
- 返回值:`Station[]`
|
|
89
|
-
## 说明
|
|
90
|
-
- 数据来源:<https://kyfw.12306.cn/otn/resources/js/framework/station_name.js>
|