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
- Clone the repository with
git clone https://github.com/aliadhillon/weather-app.git
- Copy
.env.example
file to.env
- Run
composer install
- Run
php artisan key:generate --ansi
- Run
npm install && npm run dev
- Create free account on Weatherbit and get the API Key
and set it in the
.env
file asWEATHER_BIT_API_KEY
- That's it: launch with
php artisan serve