xt-weather-widget
v1.3.5
Published
A weather widget based on zepto.
Downloads
11
Readme
xt-weather-widget
A weather widget based on zepto.
Usage
$ npm i xt-weather-widget
- Add
<div class="xt-weather" id="xt-weather"></div>
in any place you want to put it. import initEl from 'xt-weather-widget'
- After page loaded. You can perform
initEl(option)
| params | value | | :----- | :----- | | id | type: string , required | | showBasic | type: boolean ,default:true| | position | type: string , default:'position' |
中文
- 安装xt-weather-widget
$ npm i xt-weather-widget
- 在任何你想展示weather-widget的地方,添加如下元素:
<div class="xt-weather" id="xt-weather"></div>
- 在代码中引入
import initEl from 'xt-weather-widget'
- 在页面加载完成之后,执行
initEl(option)
其中option选项的内容如下 | params | value | | :----- | :----- | | id | 字符串,就是上面填入的元素id值,必填 | | showBasic | 布尔值,默认值为true| | position | 字符串,默认值为'absolute' | | appId | 字符串,必须,例如:2020122*******280 | | token | 字符串,必须,例如:bb8d5e5d-**--**-570de63bb06a |
更行记录:
- 2021年2月26日 14:33:26,修改接口(域名变化)
- 需要到
http://tianqidata.com/#/
获取appId和token (详情请查看接入文档中的可视化服务)