Skip to content

vijay0984567/Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☁️ Weather Monitoring Application using OpenWeatherMap API ☀️

This application provides real-time weather updates for any location using the OpenWeatherMap API. It displays current temperature, weather conditions, humidity, wind speed, and more in an easy-to-use interface.

This site is live at : https://weathernow-0eek.onrender.com

Technologies Used

Screenshot

screenshot

Quickstart

  1. Run mkdir weather-app && cd weather-app to create and navigate into your project folder.
  2. Run npm init -y to create a package.json file.
  3. install the necessary packages such as axios
  4. Install dependencies using npm install.
  5. Create main script file, e.g., app.js, and other files (HTML/CSS) for the weather app.
  6. Register on OpenWeatherMap to get your API key.
  7. Write the logic to fetch weather data using your API key and display it in your app. For example, use axios to make requests in app.js.
  8. Execute your app by running: node app.js

Features

  • Real-time weather data for any location
  • Search functionality to find weather by city name
  • Displays temperature, humidity, wind speed, and weather description
  • Integrated with the OpenWeatherMap API for accurate data

Docs

For detailed documentation, visit the project wiki or view the API docs directly on OpenWeatherMap.

Phase 1

Goals

  • Create a simple, user-friendly weather app
  • Fetch and display current weather conditions using the OpenWeatherMap API
  • Provide users with real-time updates

Problem

  • People often need a quick, accurate way to check weather conditions for specific locations.
  • Many weather apps are cluttered and complex for simple daily use.

Solution

  • A lightweight, easy-to-use application with minimal interface distractions.
  • Reliable weather data fetched from OpenWeatherMap's trusted API.

Vision

  • Clear and clean user interface
  • Effortless city-based weather search
  • Responsive and fast user experience
  • Scalable architecture for future enhancements

Made with ❤️ by Vijay Kumar.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published