/weather-angular-app

angular project - weather app with Angular 17 and external API integration

Primary LanguageTypeScript

weather-angular-app

Angular project port

http://localhost:4200

Run Project with dev container

$ ng serve --host 0.0.0.0 --poll 500

GET weather

https://api.openweathermap.org/data/2.5/weather?q=campinas&appid=4f53ba428df46714421147fb968193f9&units=metric&lang=pt_br

GET icon

http://openweathermap.org/img/w/{icon}.png

Project example

https://github.com/katkovd73/WeatherAppAngular17/blob/main/src/app/weather/weather.component.html