Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 533 Bytes

readme.md

File metadata and controls

23 lines (12 loc) · 533 Bytes

Laravel Open Weather API

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.

Setup

install dependencies

$ npm install

install Vendor

$ composer install

create .env file and edit with api keys

$ cp .env.example .env

serve with hot reload at localhost:3000

$ php artisan serve