Skip to content
/ weather Public

get temperature from API - OpenWeatherMap - laravel project

License

Notifications You must be signed in to change notification settings

cmsrs/weather

Repository files navigation

Weather

Get temperature from API - OpenWeatherMap - Laravel project

  • install dependency
composer install
  • create vhost

  • permission

chmod -R 777 storage
chmod -R 777 bootstrap/cache
  • set database config in file .env and .env.testing

  • add OPEN_WEATHER_MAP_KEY to .env and .env.testing. This key you can obtain from: https://openweathermap.org/

  • migrate db

php artisan migrate
  • run tests
./vendor/bin/phpunit

Print screen

Print screen

About

get temperature from API - OpenWeatherMap - laravel project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages