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

https://github.com/qwd/dev-site

和风天气开发文档的源代码 Source code for dev.qweather.com
https://github.com/qwd/dev-site

developers jekyll qweather weather weather-api weather-forecast

Last synced: about 1 month ago
JSON representation

和风天气开发文档的源代码 Source code for dev.qweather.com

Awesome Lists containing this project

README

          

# 和风天气开发平台网站

[和风天气开发平台](https://dev.qweather.com)的网站使用[jekyll](https://jekyllrb.com)创建,并托管于Github。

> 大多数情况你只需要直接访问

## 如何本地运行dev.qweather.com

1.克隆

```
git clone https://github.com/qwd/dev-site.git
```

2.安装jekyll,请参考[jekyll官方安装文档](https://jekyllrb.com/docs/)

3.运行jekyll

```
cd repo_folder
jekyll serve
```

4.浏览器访问 `http://localhost:4000`, 哦了!

## 许可证

代码遵循[MIT](https://github.com/qwd/docs/blob/master/LICENSE),内容遵循[CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)

# QWeather Develop website

[dev.qweather.com](https://dev.qweather.com/en/) is powered by [jekyll](https://jekyllrb.com) and hosted by Github.

### Running locally

1.Clone this repo

```
git clone https://github.com/qwd/dev-site.git
```

2.Install jekyll, please follow [jekyll officail docs](https://jekyllrb.com/docs/)

3.Run jekyll

```
cd repo_folder
jekyll serve
```

4.Open `http://localhost:4000`, done!

## License

[MIT](https://github.com/qwd/docs/blob/master/LICENSE) for code, [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/) for content.