https://github.com/sashapt/my-weather-app
App for getting current and 5-day forecast weather by city name
https://github.com/sashapt/my-weather-app
angular api weather
Last synced: about 2 months ago
JSON representation
App for getting current and 5-day forecast weather by city name
- Host: GitHub
- URL: https://github.com/sashapt/my-weather-app
- Owner: SashaPt
- Created: 2022-10-19T16:10:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T09:01:30.000Z (over 3 years ago)
- Last Synced: 2025-05-14T04:31:47.062Z (about 1 year ago)
- Topics: angular, api, weather
- Language: TypeScript
- Homepage:
- Size: 810 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Weather App
App for getting current and forecast weather by city name. View Deployment.
## Description
My Weather App was created by using OpenWeather API.
### Details:
- Search panel - to write city name;
- Tabs - to choose current or forecast weather we want to see;
- Today page - to get information about current weather and forecast weather on today;
- Five-day forecast page - to get information about forecast daily weather on five days and every 3 hour/day by clicking a daily weather;
- Error page - to show, that request failed (for example, due to incorrect city name).
### Development
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.3.
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.