文件名称:weatherapp:React Weather应用程序
文件大小:196KB
文件格式:ZIP
更新时间:2024-03-07 06:02:12
react weatherapp JavaScript
ReactWeatherAPP 先决条件 Environmental variables 要运行此应用,您需要添加分配了openweather api密钥的ENV变量REACT_APP_WEATHER_API_KEY。 最简单的方法是在根目录中创建.env文件,并将这些值放入其中。 Setting up forecast area 您必须通过为App.js文件中的Weather组件设置area_id属性来选择天气预报。 该道具的默认值为:763534-该状态适用于NowySącz,PL 可用脚本 在项目目录中,可以运行: yarn start 在开发模式下运行应用程序。 打开在浏览器中查看。 如果进行编辑,页面将重新加载。 您还将在控制台中看到任何棉绒错误。 yarn test 在交互式监视模式下启动测试运行程序。 有关更多信息,请参见关于的部分。 yarn build 构建生
【文件预览】:
weatherapp-master
----package.json(1KB)
----src()
--------index.js(430B)
--------serviceWorker.js(5KB)
--------stylesheets()
--------setupTests.js(255B)
--------components()
--------App.js(602B)
----.gitignore(315B)
----public()
--------manifest.json(176B)
--------robots.txt(67B)
--------index.html(555B)
--------favicon.ico(3KB)
----README.md(2KB)
----yarn.lock(470KB)