Skip to content

CodingRadish/Weather-Forecast-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Forecast App

This repository contains a very basic setup of an AngularJS app for viewing the weather forecast of a chosen city.

Weather data

The weather information is obtained via Open-Meteo weather forecast API.

App design

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.

Weather card

The weather card displays all the essentials for a city, so that the you get an overview at a glance.

General View

Detailed view

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

General View



As well as a 7-day forecast.

General View

Weather icons

This project uses Meteocons designed by Bas Milius.

Getting Started

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.

About

A simple web app for weather forecasts searched by city.

Resources

License

Stars

Watchers

Forks

Releases

No releases published