From c9f8272894ac5c04f570ab1edd340d76072a2d68 Mon Sep 17 00:00:00 2001 From: Daniel Grbac Bravo Date: Mon, 18 Mar 2024 15:56:02 +0100 Subject: [PATCH] feat: added a basic website --- website/index.html | 51 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 website/index.html diff --git a/website/index.html b/website/index.html new file mode 100644 index 0000000..1fc2ba1 --- /dev/null +++ b/website/index.html @@ -0,0 +1,51 @@ + + + + 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.

+ +