Skip to content

shoorick/open-meteo-codeception

Repository files navigation

Open-Meteo and Codeception example

An example of PHP application using Open-Meteo weather data and Codeception tests.

icon

Requirements

  • PHP 8
  • Composer

Install dependencies

composer install

Run web app

make server
# or
php -S 127.0.0.1:8080 -t .

Then open http://127.0.0.1:8080/index.php

Run tests

Command line

./vendor/bin/codecept run

VSCode, Codium, Cursor, Windsurf

  1. Install Codeception test adapter for VSCode if necessary
  2. Open Testing panel: F1 or Ctrl+Shift+P and then choose View: Show Testing or click on the flask icon in the left sidebar
  3. Hover over the suite, file or method name and click on the ▷ play icon

Screenshot

See also

About

Open-Meteo and Codeception example

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published