文件名称:weather-forecast:这个天气应用程序项目是使用reactJS构建的
文件大小:87KB
文件格式:ZIP
更新时间:2024-06-07 21:46:59
JavaScript
使用React构建的天气应用。 如果用户允许,则使用用户浏览器位置;如果不允许,则使用IP地址。 用于检索天气数据。 用于检索空气质量信息。 运行开发 npm start 运行测试 npm test -- --coverage --silent 标志: --coverage: show code coverage --silent: prevent console.logs
【文件预览】:
weather-forecast-master
----.travis.yml(295B)
----config()
--------webpack.config.prod.js(9KB)
--------polyfills.js(628B)
--------webpack.config.dev.js(9KB)
--------jest()
--------env.js(1KB)
--------paths.js(3KB)
----package.json(3KB)
----React-README.md(79KB)
----src()
--------css()
--------App.css(1KB)
--------index.js(174B)
--------constants()
--------containers()
--------mockupCalls()
--------App.test.js(238B)
--------components()
--------App.js(4KB)
--------helpers()
--------index.css(63B)
----weather-forecast.iml(335B)
----setupJest.js(370B)
----.gitignore(262B)
----public()
--------index.html(1KB)
--------favicon.ico(24KB)
----README.md(733B)
----scripts()
--------test.js(554B)
--------build.js(6KB)
--------start.js(12KB)