This project is to create an asynchronous web app that uses the Open Weather Web API with express server and user data to dynamically update the UI.
This will require modifying the server.js
file and the website/app.js
file. You can see index.html
for element references, and once you are finished with the project steps, you can use style.css
to style your application to customized perfection.
- Make sure you have Node.js installed on your machine.
- Open your preferred CLI into the root folder.
- Run
npm install
to install dependencies. - Run
npm start
to start the server. - Go to http://localhost:8888/ in your browser.