Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/denniskigen/ng-weather
- Owner: denniskigen
- Created: 2018-10-16T12:29:49.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-03-29T13:04:13.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T18:33:43.892Z (almost 2 years ago)
- Topics: angular, openweathermap-api, weather
- Language: TypeScript
- Homepage: https://ng-weather.denniskigen.com/
- Size: 3.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)