Skip to content

codenathan/openweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objective

  • Develop an application that requests the name of a UK city and delivers the current weather conditions for that location via the Open Weather Map API.

Installation Guide

  • composer install
  • cp .env.example .env
  • php artisan key:generate
  • touch database/database.sqlite
  • php artisan migrate
  • npm install
  • npm run build

API Key

get your API key from https://openweathermap.org/api

add to .env file as OPENWEATHER_API_KEY=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors