Built a weather website that allows users to get weather data from any location by using NodeJS with Express.
-
Clone or download the repository.
-
Install all the dependencies using the following command.
npm install
-
Run the application using the following command.
npm run start
- Visit the website
- Enter the city name
- Click search button
- The app shows current weather information of the given location