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: 5 months ago
JSON representation
A simple Angular weather app that displays weather information from the OpenWeatherMap API. Try it live here:
- Host: GitHub
- URL: https://github.com/denniskigen/ng-weather
- Owner: denniskigen
- Created: 2018-10-16T12:29:49.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T21:18:13.000Z (almost 2 years ago)
- Last Synced: 2025-06-23T07:09:45.729Z (12 months ago)
- Topics: angular, openweathermap-api, weather
- Language: TypeScript
- Homepage: https://ng-weather.denniskigen.com/
- Size: 3.2 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ngWeather [](https://github.com/denniskigen/ng-weather/actions/workflows/ng-weather-ci.yml) [](https://codecov.io/gh/denniskigen/ng-weather) [](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.

### 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)