Live version of App Url ( https://weather-spot.web.app/ )
This is a project to get a precise forecast about the current weather in your location of choise in a flash by using WeatherApi.( https://www.weatherapi.com/docs/ )
To run the application locally follow these steps.
- Clone the Repo
git clone https://github.com/Michael-Gkotsis/weather-spot.git
- Install the angular CLI
npm install -g @angular/cli
- Move into the folder
cd path/weather-spot
- Install dependencies
npm install
- Open on localhost
ng serve --watch