This project to create an asynchronous web app that uses Web API and user data to dynamically update the UI.
- install node.js
- install npm
- install -> run command
npm init
npm install node
npm install express
npm install body-parser
npm install dotenv
- run command
node server.js
- simple Edit styles
- Inquiry about weather conditions via API
- using
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected] (environment variables)
│ package-lock.json
│ package.json
│ README.md
│ server.js
│
└───website
app.js
index.html
style.css