/weather-demo

PHP weather demo using wunderground.

Primary LanguageHTML

weather-demo

PHP app that lets users see the weather by zip or city.

How to try it out

  1. Clone this repo on your local machine.
  2. cd into the cloned directory (weather-demo).
  3. Start the PHP development server (php -S localhost:8000)
  4. Visit localhost:8000 in your browser.