Fork the project, work on the solution and send us back a link to your forked GitHub project.
We will use Open Weather API to get current weather data based on latitude/longitude.
- API Link: https://openweathermap.org/current
- API Key:
1077481787381398496a922389d0eea2
- Technology: Laravel 9.x
Create a project, that will pull the weather information of cities based on latitude/longitude and will store it in the database every two minutes.
- Store the data about cities in the database
- Store the data about weather information in the database every two minutes
- Store the data about cities in the database
- Get the list of the stored weather information
- Ability to filter the weather information by city name ( exact match )
- City name
- Latitude
- Longitude
- Time
- Name
- Latitude
- Longitude
- Temperature (in Celsius)
- Pressure
- Humidity
- MIN Temperature
- MAX Temperature
Name | Latitude | Longitude |
---|---|---|
Yerevan | 40.18 | 44.51 |
Kapan | 39.21 | 46.41 |
In your solution include the readme with the explanation of how to run the project and get the data.