This is a simple weather app built with Node.js, Express.js, HTML, CSS, and Bootstrap. The app allows users to check the current temperature of their city by entering the city name or the zip code. It retrieves the weather data from an external API, and displays the current temperature, along with other weather information such as humidity, wind speed, and weather description. The app is responsive and designed to work well on both desktop and mobile devices.
Install my-project with npm
npm install
npm start
The app uses the following dependencies:
- express
- ejs
- request
The app retrieves weather data from the OpenWeather API. To use the API, you need to sign up for a free account and get an API key. You can then replace the API key in the config.js file with your own API key.
The app was built by Ankit Mewada. Feel free to use and modify the code as you like. If you have any questions or suggestions, please feel free to contact me at [Your Email Here].