From f105eee37f413e765b71a7c35147eff56d4cc9fb Mon Sep 17 00:00:00 2001 From: Daniel Grbac Bravo Date: Mon, 18 Mar 2024 16:07:47 +0100 Subject: [PATCH] delete: removed website folder --- website/index.html | 51 ---------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 website/index.html diff --git a/website/index.html b/website/index.html deleted file mode 100644 index 1fc2ba1..0000000 --- a/website/index.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - WindRider Project - - -

WindRider

-

- WindRider is an iOS application that helps cyclists determine the best - time to ride based on the current and forecasted wind conditions. -

- -

Features

- - -

Code Structure

-

- The project consists of several Swift files. Please refer to the comments - in the code for more detailed explanations of each function. -

- -

How to Use

-
    -
  1. Create a predetermined bike path.
  2. -
  3. - The app will analyze the direction of the bike throughout the path. -
  4. -
  5. - It will fetch real-time weather data and calculate the amount of - headwind or tailwind on the path. -
  6. -
  7. - Based on the analysis, the app will provide a comfortability score and a - recommendation on whether it's a good day to cycle or not. -
  8. -
- -

Requirements

- - -

License

-

This project is licensed under the MIT License.

- -