diff --git a/.env b/.env index 6f59eb4..2c67045 100644 --- a/.env +++ b/.env @@ -3,6 +3,6 @@ # collaborators will be able to see your .env values # reference these in your code with process.env.SECRET_NAME -DARKSKY_API_KEY="_PUT_YOUR_DARK_SKY_API_KEY_HERE_" +DARKSKY_API_KEY="https://api.darksky.net/forecast/86094aa2501cac3141734b483af9b642/37.8267,-122.4233" # note: .env is a shell file so there can't be spaces around =