Skip to content

sharpjsdev/weather-app

Repository files navigation

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

About

Laravel Open Weather API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages