天气应用:天气应用

时间:2024-03-08 04:15:36
【文件属性】:

文件名称:天气应用:天气应用

文件大小:97KB

文件格式:ZIP

更新时间:2024-03-08 04:15:36

CSS

简单的nodejs天气应用 简单的Node.js命令行天气应用程序 在本地运行测试 在本地运行Web应用程序: npm install node server.js // Now open your browser and visit: localhost:3000 在本地运行docker # if it is exist, and make sure there is no other application taken the port 3000 on host. docker rm -f weather-app ### start the application in container docker build -t weather-app . docker run -d -p 3000:3000 --name weather-app weather-app // Now


【文件预览】:
weather-app-master
----Dockerfile(230B)
----.gitignore(13B)
----README.md(2KB)
----build.sh(956B)
----views()
--------index.ejs(757B)
----server.js(1KB)
----public()
--------css()
----package.json(710B)
----giphy.gif(88KB)
----package-lock.json(27KB)

网友评论