Skip to content

Weather forecast application that reads the the data from public api and renders the forecast for the current day of a city.

Notifications You must be signed in to change notification settings

Evgeni-Georgiev/Weather-forecast-app

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About the project

Weather forecast application that reads the data from public api and renders the forecast for the current day of a city.

Controller

The controller(CityController) handles the data processing between the model and view. It returns the data from the model to the view to be rendered on a template.

Service

The service(CityService) class contains the main logic of the application: Data parsing, retrieving all city names and weather data.

Model

The model(City) contains the fillable data for the database and the method for updating the data.

About

Weather forecast application that reads the the data from public api and renders the forecast for the current day of a city.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published