Skip to content

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.

Notifications You must be signed in to change notification settings

narayan95/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published