Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Crystal Face | 312 | 8 days ago | 89 | gpl-3.0 | HTML | |||||
Garmin Connect IQ watch face | ||||||||||
Noaa | 130 | 2 | 1 | a year ago | 32 | February 19, 2022 | 12 | mit | Python | |
NOAA Weather Service Python SDK | ||||||||||
Privacy Friendly Weather | 104 | 6 months ago | 54 | gpl-3.0 | Java | |||||
Privacy Friendly App for Android that can display weather for cities. | ||||||||||
Netatmo Api Php | 98 | 3 years ago | 8 | PHP | ||||||
Netatmo Weather Station API client implementation - PHP SDK | ||||||||||
Awesome Memobird | 69 | 5 years ago | ||||||||
咕咕机资源汇总 | ||||||||||
Minxiuweather | 66 | 7 months ago | 1 | JavaScript | ||||||
a simple miniprogram of weather | ||||||||||
Esp8266 Weather Station | 46 | 6 years ago | other | Assembly | ||||||
Use ESP8266_RTOS_SDK-1.4.x CJson Resolution Weather Web Json Data and Display on the OLED12864,the code include ESP8266 SmartConfig function can use SmartPhone APP connect to WiFi | ||||||||||
Pressurenet Sdk | 33 | 8 years ago | 6 | mit | Java | |||||
PressureNet-SDK | ||||||||||
Codex.bot | 32 | 2 months ago | 16 | mit | Python | |||||
Working team assistant | ||||||||||
Aeris Ios Library | 21 | 7 | 11 days ago | 49 | November 02, 2021 | 1 | bsd-3-clause | Ruby | ||
Contains a demo project utilizing the AerisWeather SDK for iOS to help you get started with using our library. |
Minxiu Weather 是个人开发的一款简单天气小程序。天气数据从和风天气,对个人开发者开放的一些接口获取的。有关地址搜索和城市选择功能对接的腾讯位置服务-微信小程序JavaScript SDK。这两者都需要注册获取相应的 key 才可以顺利使用,请使用时更改成自己账号的 key。
现在已发布小程序V1.0.6,后续功能会持续跟上,欢迎扫码体验哈~
由于位置服务使用的腾讯位置服务-微信小程序JavaScript SDK,请自行申请自己的密钥(key
)。审核通过后授权给当前要使用的微信小程序(APP ID
),还需将微信小程序域名 servicewechat.com
添加到白名单。
上述完成后,请到项目 /miniprogram/util/config.js
修改腾讯地图开发 key
字段。
天气 API
是和风天气提供,需要自行申请密钥(key
),请到项目 /miniprogram/util/config.js
修改和风天气个人开发 key
。为了大家方便(申请个人开发者需要提供作品审核可能需要时间),我在这提供一个个人的开发 key
:d469334ef67548578d65268f148b046f
,勿乱滥用哈~
请小程序开发,开发 -> 开发设置 -> request合法域名,添加 https://devapi.qweather.com
https://apis.map.qq.com
者两个合法域名,目的是为了允许使用腾讯位置服务 API
和和风天气 API
。
这块如果还没有开通小程序云开发的同学,可以把 /miniprogram/app.js
中 onLaunch
注释掉即可。