File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -238,6 +238,13 @@ Follow the steps to setup a non-containerized Node application:
238238
239239 It’s time to set the environment variables in the ` .env` file:
240240
241+ ` ` ` plaintext
242+ ACCUWEATHER_API_KEY=XXXXXX
243+ API_ENDPOINT_BASE=http://dataservice.accuweather.com
244+ ` ` `
245+
246+ Make sure to populate ` ACCUWEATHER_API_KEY` with the correct value.
247+
2412484. Install the dependencies
242249
243250 Run the following command to install the required packages:
@@ -263,7 +270,7 @@ Follow the steps to setup a non-containerized Node application:
263270 > node src/index.js
264271
265272 API_ENDPOINT_BASE: http:// dataservice.accuweather.com
266- ACCUWEATHER_API_KEY: <your_api_key]
273+ ACCUWEATHER_API_KEY: <your_api_key
267274 Listening: http:// localhost:5000
268275 ```
269276
You can’t perform that action at this time.
0 commit comments