This repository contains a very basic setup of an AngularJS app for viewing the weather forecast of a chosen city.
The weather information is obtained via Open-Meteo weather forecast API.
The app has a very simple UI. The idea is to display all of the neccessary information as simply and concisely as possible in a card format.
The weather card displays all the essentials for a city, so that the you get an overview at a glance.

The detailed card view presents additional information for the 24-hour forecast with an interactive twist.

As well as a 7-day forecast.

This project uses Meteocons designed by Bas Milius.
To get you started simply clone the repository and install the dependencies:
npm install
Once you have installed the dependencies you can start the local development environment with:
npm start
Once started navigate to the app at http://localhost:8000
.