zmilan / weather-cli

A PHP-based command-line app that prints the current weather of any city which you specify as an argument.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Weather PHP CLI Application

The Weather is a PHP-based command-line app that prints the current weather of any city which you specify as an argument.

Installation requirements

Installation

  • Clone this repository with git clone https://github.com/zmilan/weather-cli
  • Copy .env.example into .env and adjust variables. Required variables are:
    • OPEN_WEATHER_MAP_URL - OpenWeatherMap API url
    • OPEN_WEATHER_MAP_KEY - OpenWeatherMap API key (appid) value

Starting application

  • Run docker-compose up -d && docker-compose exec weather_cli bash

Using application

  • ./weather [city] [country]. Examples:
    • Only with the city name: ./weather London or php weather London
    • With the city and the country name: ./weather Trstenik SI or php weather Trstenik SI

Running application tests

  • Execute XDEBUG_MODE=coverage ./vendor/bin/phpunit

About

A PHP-based command-line app that prints the current weather of any city which you specify as an argument.

License:MIT License


Languages

Language:PHP 98.7%Language:Dockerfile 1.3%