This project will be used to monitor and access weather updates within the specific locations. It was built with Livewire and design with Tailwind CSS. Click here to know more about Livewire and Tailwind CSS.
git clone https://github.com/ormelflores/weather-forecast.git
cd weather-forecast
comoposer install
npm install
npm run build
copy your .env.example to .env
Add this to your env file
WEATHER_APP_KEY=
If you don't have an existing account, create an account from here and register your app to generate api key https://openweathermap.org/
You can use any development server locally that is compatible with laravel.
php artisan key:generate
feature/*
- for new feature and breaking changeshotfixes/*
- for bug fixes
Always rebase the current branch to the main branch before pusing to the origin.