# OpenHarmonyWeather **Repository Path**: jltx/open-harmony-weather ## Basic Information - **Project Name**: OpenHarmonyWeather - **Description**: 基于OpenHarmony的天气App开发 - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-03-11 - **Last Updated**: 2024-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenHarmonyWeather ### 介绍 基于OpenHarmony的天气App开发,用在HarmonyOS应该也没什么问题。 先在首页显示一下实时天气数据和一周天气预报。 ### 数据源 [中央气象台](http://www.nmc.cn)的数据,用了下面2个接口,只做研究,不可商用。 [IP定位](http://www.nmc.cn/rest/position?_=1678691373275) 这是为了拿到获取天气数据的stationid [获取天气数据](http://www.nmc.cn/rest/weather?stationid=58354&_=1678691373277)