https://github.com/praveentcom/weather
Weather app is a reference project to learn Angular. The app shows the weather of the city input in the text field using the data from OpenWeatherMap API. This application is for those starting to learn Angular.
https://github.com/praveentcom/weather
angular javascript openweathermap
Last synced: 8 months ago
JSON representation
Weather app is a reference project to learn Angular. The app shows the weather of the city input in the text field using the data from OpenWeatherMap API. This application is for those starting to learn Angular.
- Host: GitHub
- URL: https://github.com/praveentcom/weather
- Owner: praveentcom
- Created: 2021-10-30T11:26:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T11:11:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T03:47:42.405Z (over 1 year ago)
- Topics: angular, javascript, openweathermap
- Language: TypeScript
- Homepage:
- Size: 3.72 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App
Weather app is a reference project to learn Angular. The app shows the weather of the city input in the text field using the data from OpenWeatherMap API. This application is for those starting to learn Angular.

## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.