Galytix Weather App

Overview

This Angular Weather App provides real-time weather updates for various locations. Built with Angular, it leverages open weather APIs to fetch and display weather data.

Live

Navigate to Galytix Weather App

Features

  • Real-time weather updates

Prerequisites

Before setting up the project, ensure you have the following installed:

  • Node.js (Version 12 or later)
  • Yarn package manager
  • Angular CLI

Installing Yarn (**only if not installed already)

The Yarn maintainers recommend installing Yarn globally by using the NPM package manager, which is included by default with all Node.js installations. Use the -g flag with npm install to do this:

sudo npm install -g yarn

After the package installs, have the yarn command print its own version number. This will let you verify it was installed properly:

yarn --version

Setting Up the Development Environment

  1. Clone the Repository

    git clone https://github.com/amaan14999/gal-weather.git
    cd gal-weather
  2. Install Dependencies

    yarn
  3. Run the Application

    yarn start