Skip to content

pascalkania/bora-today

Repository files navigation

Bora Today

Welcome to Bora Today - your minimalist portal to daily Bora wind forecasts. Leveraging real-time atmospheric data, Bora Today provides accurate, up-to-date wind predictions for enthusiasts, professionals, and locals.

Features

  • Daily Bora Forecasts: Access the latest wind forecasts with just a click.
  • Minimalist Design: A clean, user-friendly interface that highlights essential information.
  • Responsive Layout: Enjoy a seamless experience on any device, desktop or mobile.

Getting Started

Prerequisites

  • Node.js (v14 or later)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/pascalkania/bora-today.git
  2. Navigate to the project directory:

    cd bora-today
  3. Install dependencies:

    npm install

    or

    yarn install
  4. Create a .env.local file in the root directory and add your OpenWeather API key:

    OPENWEATHER_API_KEY=your_api_key_here

Running the Development Server

To start the development server, run:

npm run dev

or

yarn dev

Open http://localhost:3000 with your browser to see the result.

Contributing

We welcome contributions to improve Bora Today! Here's how you can contribute:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/AmazingFeature)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some AmazingFeature')
  5. Push to the branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

Please ensure your code adheres to the existing style and that you've tested your changes before submitting a pull request.

Reporting Issues

If you find a bug or have a suggestion for improvement, please open an issue on the GitHub repository. When reporting issues, please provide as much detail as possible, including steps to reproduce the problem and your environment details.

About

minimalistic portal to daily Bora wind forecasts

Resources

Stars

Watchers

Forks

Releases

No releases published