Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```