文件名称:backbone.openweathermap:简单的Backbone库,用于连接OpenWeatherMap的API
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-22 06:12:48
JavaScript
骨干网OpenWeatherMap 简单的Backbone库,用于连接的API 安装 凉亭 bower install backbone.openweathermap 方法 setUnitsFormat(单位) 设定测量单位 单位是度量单位。 它可以是内部的,公制的,英制的。 默认值为metric 。 setLanguage(lang) 设置语言以获取使用您的语言的输出。 郎。 默认值为en fetchFromCity(cityName,[options]) 从城市名称询问天气信息。 cityName是城市的名称。 (例如纽约) options是 。 owm . fetchFromCity ( "New York" ) ; fetchFromLatLon(lat,lon,[options]) 从纬度和经度询问天气信息。 纬度是纬度。 lat是经度。 options
【文件预览】:
backbone.openweathermap-master
----bower.json(682B)
----lib()
--------backbone.openweathermap.js(5KB)
----LICENSE(1KB)
----README.md(3KB)