Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 592 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 592 Bytes

Weather-forecast

Weather forecast app

To run it locally, paste the project into your xampp or wampp directory.

Just input a city name, and you should get a fancy widget displaying the current weather forecast for that location.

List of requirements:

  1. Build a webservice with PHP, to consume an external API.

  2. Use AJAX to send requests to the webservice.

  3. Process and render the results on the view.

Mobile responsiveness to be added in the future.