Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiandi0228/electron_weather
使用electron + react 开发一款桌面版本的天气预报app
https://github.com/tiandi0228/electron_weather
desktop electron qweather react tailwindcss typescript weather
Last synced: 21 days ago
JSON representation
使用electron + react 开发一款桌面版本的天气预报app
- Host: GitHub
- URL: https://github.com/tiandi0228/electron_weather
- Owner: tiandi0228
- Created: 2024-03-04T02:20:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-29T05:24:18.000Z (8 months ago)
- Last Synced: 2024-03-29T06:24:18.000Z (8 months ago)
- Topics: desktop, electron, qweather, react, tailwindcss, typescript, weather
- Language: TypeScript
- Homepage:
- Size: 823 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 天气预报
使用electron + react 开发一款桌面版本的天气预报app
- 使用的是和风天气的免费接口,key可以自己去申请
### 演示
![](https://github.com/tiandi0228/electron_weather/blob/main/demo/demo.png)
![](https://github.com/tiandi0228/electron_weather/blob/main/demo/demo1.png)
![](https://github.com/tiandi0228/electron_weather/blob/main/demo/demo2.png)
![](https://github.com/tiandi0228/electron_weather/blob/main/demo/demo3.png)### 安装
```bash
$ yarn
```### 开发
```bash
$ yarn dev
```### 打包
```bash
# For windows
$ yarn build:win# For macOS
$ yarn build:mac# For Linux
$ yarn build:linux
```