Skip to content

A Weather Logger Powered by AI.

Notifications You must be signed in to change notification settings

MuhammadSaif700/Weather-logger

Repository files navigation

Weather Logger with AI

Overview

Weather logger is a web-based application that helps users check the weather of any city. The weatherlogger also provides an AI assistant that helps users get recommendations about the weather. Another valuable thing is that users can see the weather in graph patterns, which helps users to be aware of the weather.r.

Key Features

  • It provides the temperature of any city.
  • It provides AI recommendations for users.
  • It provides weather patterns.

Technology Stack

Frontend

  • HTML
  • CSS

Backend

  • Solidity
  • JS
  • node

API

  • Openweathermap API

Getting Started

Prerequisites

  • Node.js
  • NPM/Yarn
  • Git

Installation

  1. Clone the Repository

    git clone https://github.com/MuhammadSaif700/Weather-logger
    
    cd weather-logger
  2. Install Dependencies

    npm install
  3. Start the Application

    npx serve frontend
    browserr
  4. Access the Application

    • Open your browser and navigate to http://localhost:3000

How to Use

  1. Enter a city select suggestion
  2. Click Get Weather
  3. Use AI assistant to get predictions

Deployment

  • Netlify

Contributing

  • Please feel free to contribute.

Weather logger