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.
Navigate to Galytix Weather App
- Real-time weather updates
Before setting up the project, ensure you have the following installed:
- Node.js (Version 12 or later)
- Yarn package manager
- Angular CLI
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
-
Clone the Repository
git clone https://github.com/amaan14999/gal-weather.git cd gal-weather
-
Install Dependencies
yarn
-
Run the Application
yarn start