narayan95 / Weather-App

This is a weather information project made using Node.js, Express.js, JavaScript, and OpenWeather API. On entering the city, it displays the current weather information of that city.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is a weather information project made using Node.js, Express.js, JavaScript, and OpenWeather API. On entering the city, it displays the current weather information of that city.


Languages

Language:CSS 39.4%Language:JavaScript 38.2%Language:EJS 22.5%