olger-m / Weather_App

Angular applications to display the weather, temperature, humidity and wind speed for any location given by the user via the API connection with OpenWeather to get real time data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run this app you need to run npm i in the terminal to install all the dependencies.

You will need to uncomment the methodes in the weather.service.ts and app.component.ts if you are going to use the api to get your data since at the moment all the values are hard coded so the app does not show a blank screen hwne you run ng serve.

Depending on when you clone this app the api key might not work and you will need to provide your own key. Also there are only 100 calls per month on the free version provided in this code.

About

Angular applications to display the weather, temperature, humidity and wind speed for any location given by the user via the API connection with OpenWeather to get real time data.

License:MIT License


Languages

Language:TypeScript 43.9%Language:HTML 33.4%Language:CSS 22.7%