Skip to content

Commit

Permalink
Dark Sky API & Basic Design Complete
Browse files Browse the repository at this point in the history
  • Loading branch information
moaj committed Mar 29, 2020
1 parent c32f258 commit fc52cc9
Show file tree
Hide file tree
Showing 15 changed files with 47,627 additions and 16,191 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
"fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^1.0",
"guzzlehttp/guzzle": "^6.3",
"kitetail/zttp": "^0.6.0",
"laravel/framework": "^7.0",
"laravel/tinker": "^2.0"
"laravel/tinker": "^2.0",
"laravel/ui": "^2.0"
},
"require-dev": {
"facade/ignition": "^2.0",
Expand Down
153 changes: 152 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
],

'darksky' => [
'key' => env('DARK_SKY_KEY'),
'url' => env('DARK_SKY_URL')
]

];
Loading

0 comments on commit fc52cc9

Please sign in to comment.