文件名称:Climate App是一个应用程序,负责实时显示给定城市的天气数据。-JavaScript开发
文件大小:503KB
文件格式:ZIP
更新时间:2024-06-15 00:36:55
JavaScript Miscellaneous
Climate App是负责实时显示给定城市的气候数据(当前温度,湿度,风速等)的应用程序。 这些数据是通过open-weather-api获得的。 Climate App是一个应用程序,负责实时显示给定城市的天气数据。 技术| 使用方法 贡献| 许可证:telescope:技术NodeJS ReactJS TypeScript Axios:information:如何使用要克隆和运行此应用程序,您需要安装Git,[Node.js v10.16] [nodejs]或更高版本+ [Yarn v1.13] [yarn]或更高版本在你的电脑。 从您的命令行:#克隆此存储库$ git clone https://github.com/joaovictorn
【文件预览】:
climate-app-master
----package.json(1KB)
----LICENSE(1KB)
----src()
--------assets()
--------react-app-env.d.ts(40B)
--------contexts()
--------pages()
--------index.tsx(410B)
--------App.tsx(281B)
--------styles()
--------services()
--------utils()
----tsconfig.json(531B)
----.gitignore(325B)
----public()
--------favicon.png(26KB)
--------index.html(752B)
----README.md(3KB)
----yarn.lock(496KB)