Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.01 KB

README.md

File metadata and controls

54 lines (30 loc) · 1.01 KB

Weather-App

Description

  • This project uses the OpenWeather API to get weather data for a given city.
  • The project is written in JavaScript and uses the Express.js framework to create a web application.
  • The web application displays the current weather conditions, temperature for present day after user enters the name of the city.
  • The web application can be used by users to get weather information for any city in the world.

Run Locally

Clone the project

  git clone https://github.com/narayan95/Weather-App.git

Go to the project directory

  cd my-project

Install dependencies

  npm install express nodemon body-parser dotenv ejs 

Start the server

  nodemon script.js

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_KEY

Feedback

If you have any feedback, please reach out to us at sriansh.ara@gmail.com

Screenshots

App Screenshot