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
- Host: GitHub
- URL: https://github.com/qwd/dev-site
- Owner: qwd
- License: mit
- Created: 2019-04-16T16:25:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-23T06:43:11.000Z (3 months ago)
- Last Synced: 2025-12-24T19:27:23.336Z (3 months ago)
- Topics: developers, jekyll, qweather, weather, weather-api, weather-forecast
- Language: SCSS
- Homepage: https://dev.qweather.com/
- Size: 10.5 MB
- Stars: 43
- Watchers: 3
- Forks: 142
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.