文件名称:weather-geocoding:使用React制作的Weather App
文件大小:512KB
文件格式:ZIP
更新时间:2024-06-15 14:33:23
react styled-components mapbox openweathermap-api mapbox-api
天气地理编码 使用React制作的Weather App :cloud: 描述 这个项目是使用和 。 预测是使用2种不同的API进行的: 获取城市的坐标。 获取基于坐标的预测。 设置 您需要使用API密钥作为Environment Variables来设置.env文件,以使该项目正常工作。 使用时,环境变量与config略有不同。 阅读有关的Create React App docs部分,您会发现: You must create custom environment variables beginning with REACT_APP_. Changing any environment variables will require you to restart the development server if it is running. 例子: REACT_APP_M
【文件预览】:
weather-geocoding-main
----.gitignore(341B)
----package.json(855B)
----package-lock.json(674KB)
----src()
--------components()
--------setupTests.js(241B)
--------assets()
--------index.js(455B)
--------App.js(184B)
--------utils()
--------reportWebVitals.js(362B)
--------index.css(426B)
--------App.test.js(246B)
----public()
--------robots.txt(67B)
--------logo192.png(5KB)
--------index.html(2KB)
--------favicon.ico(4KB)
--------manifest.json(492B)
--------logo512.png(9KB)
----README.md(4KB)