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.
- 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.
- Node.js (v14 or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/pascalkania/bora-today.git
-
Navigate to the project directory:
cd bora-today
-
Install dependencies:
npm install
or
yarn install
-
Create a
.env.local
file in the root directory and add your OpenWeather API key:OPENWEATHER_API_KEY=your_api_key_here
To start the development server, run:
npm run dev
or
yarn dev
Open http://localhost:3000 with your browser to see the result.
We welcome contributions to improve Bora Today! Here's how you can contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature/AmazingFeature
) - Make your changes
- Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - 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.
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.