- Description
- Prerequisite
- Installation
- To Run the Code
Weather Journal app is an asynchronous web app created using Javascript to dynamically update the UI from user data. This app provides the current weather of location when the user enters the Zipcode of their location.
This app is running on localserver. Node should be installed. For getting your personal API, signup at OpenWeatherMap.
To install necessary packages
npm install
To check the node in current version
node -version
To run the server
node server.js (js server file)
Go to localhost:8000