Laravel OpenWeather API (openweather-laravel-api) is a Laravel package to connect Open Weather Map APIs ( https://openweathermap.org/api ) and access free API services (current weather, weather forecast, weather history) easily.
Created App_key from https://home.openweathermap.org/
$ npm install
$ composer install
$ cp .env.example .env
$ php artisan serve