Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denniskigen/ng-weather

A simple Angular weather app that displays weather information from the OpenWeatherMap API. Try it live here:
https://github.com/denniskigen/ng-weather

angular openweathermap-api weather

Last synced: about 2 months ago
JSON representation

A simple Angular weather app that displays weather information from the OpenWeatherMap API. Try it live here:

Awesome Lists containing this project

README

        

# ngWeather [![ng-weather-ci](https://github.com/denniskigen/ng-weather/actions/workflows/ng-weather-ci.yml/badge.svg)](https://github.com/denniskigen/ng-weather/actions/workflows/ng-weather-ci.yml) [![codecov](https://codecov.io/gh/denniskigen/ng-weather/branch/master/graph/badge.svg)](https://codecov.io/gh/denniskigen/ng-weather) [![Netlify Status](https://api.netlify.com/api/v1/badges/0269c4be-c071-480f-990b-1e29c8714a8b/deploy-status)](https://app.netlify.com/sites/confident-bohr-3810d9/deploys)

ngWeather is a simple weather application built in Angular that displays the day's weather and a five-day forecast using data from the OpenWeatherMap API.

![Home page](https://github.com/denniskigen/ng-weather/blob/main/src/assets/screen.png)

### Credits

- [Angular Material](https://material.angular.io)
- [Angular Flex Layout](https://github.com/angular/flex-layout)
- [Erik Flowers' weather icons](https://github.com/erikflowers/weather-icons)
- [OpenWeatherMap API](https://openweathermap.org/api)