googlecodelabs / your-first-pwapp

Code associated with Your First Progressive Web App codelab
https://g.co/codelabs/pwa
Apache License 2.0
637 stars 554 forks source link

.env file instead of server.js #188

Closed elgd closed 5 years ago

elgd commented 5 years ago

Hi,

In the tutorial, on getting set up page here. The DarkSky api key need to be set in .env file not in server.js file.

Thank's

petele commented 5 years ago

Thanks - you only need to set it in .env if you're on Glitch, if you're running locally, you'll need to set it in server.js