Pr3d4dor / simple-weather

A simple weather app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Weather App

Tests Issues Contributors

Frontend

Requeriments

  • PHP >= 7.3
  • Algolia Places API key
  • Openweather API key

Installation

  • Install [Composer] (https://getcomposer.org/download) and [Npm] (https://nodejs.org/en/download)
  • Clone the repository
  • Access the repository folder: cd simple-weather
  • Install the dependencies: composer install && npm install && npm run production
  • Set environment variables: cp .env.example .env
  • Configure the environment variables (MIX_ALGOLIA_APP_ID, MIX_ALGOLIA_APP_KEY and OPENWEATHER_API_KEY)
  • Run php artisan key: generate
  • Run php artisan serve to start the development server.
  • Access in the browser: http://localhost:8000 or url that you configured.

Tests

composer test

About

A simple weather app


Languages

Language:PHP 81.0%Language:Blade 13.9%Language:Vue 4.2%Language:Shell 0.8%Language:Procfile 0.0%