generated from dev/symfony-5-cli-template
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Deleting a branch is permanent. It CANNOT be undone. Continue?
display the form with the "Date" field, submitting the form via a POST request to the site, the site makes a json-rpc request to weather_history, the weather.getByDate method.
If the date format is not filled in correctly, return an error message
If the data is correct. Output under the formation: Temperature {x} degrees.