需求
- 城市各区的天气预报信息
-
数据来源
心知天气
和风天气
https://devapi.qweather.com
https://dev.qweather.com/docs/api/weather/weather-daily-forecast/实时空气质量
开发版https://devapi.qweather.com/v7/air/now?[请求参数]
操作
我们需要用到 Semantic React UI 库,执行以下命令来安装:
yarn add semantic-ui-react semantic-ui-css
在 index.js 中引入这个库,将以下代码复制到 index.js 中即可:
import ‘semantic-ui-css/semantic.min.css’
需要安装 moment.js 来格式化时间,执行以下命令:
yarn add moment —save
需要使用 OpenWeatherMap 提供的 API 来获取天气信息。
访问 https://home.openweathermap.org/users/sign_up 页面,创建自己的账号。