This is a weather cheking app which shows current weather and weather forecasts for the selected city and is developed using Laravel, VueJS, Tailwind-CSS and Algolia Places.
Check the live app at Alee Weather App
git clone https://github.com/aliadhillon/weather-app.git
.env.example
file to .env
composer install
php artisan key:generate --ansi
npm install && npm run dev
.env
file as WEATHER_BIT_API_KEY
php artisan serve