Best laravel framework open-source packages.

Weather app laravel

Laravel Project to grab weather data for a given list of longitudes and latitudes scheduled every 2 minutes.
Updated 11 months ago

About Project

Requirements

Laravel Project to grab weather data for a given list of longitudes and latitudes scheduled every 2 minutes.

  • Name
  • Latitude
  • Longitude
  • Berlin Mitte
  • 52.520008
  • 13.404954
  • Berlin Friedrichshain
  • 52.515816
  • 13.454293

For this purpose you should use the following API: https://openweathermap.org/current

Your license key is:

We need to store the following data:

  • Time
  • Name
  • Latitude
  • Longitude
  • temp (in Celsius)
  • pressure
  • humidity
  • temp_min
  • temp_max

Solution

Laravel Logo

Build Status Total Downloads Latest Stable Version License

License

The Laravel framework is open-sourced software licensed under the MIT license.

Tags scheduling