Skip to content

Commit 07d9c25

Browse files
authoredNov 17, 2022
Update README.md
1 parent 78de62d commit 07d9c25

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
 

‎node-expressjs/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
2. Select Node.js (express.js) as the type
1010
3. Click Create New API Key
1111
4. Copy the resulting API key string to the clipboard
12-
5. Set the environment variable `DARKSPARK_API_KEY` to the copied value
13-
6. Run `npm install`
14-
7. Run `npm start`
12+
5. Open Terminal, cd to BASE/node-expressjs
13+
6. Set the environment variable `DARKSPARK_API_KEY` to the copied value using following command: export DARKSPARK_API_KEY = <insert key here>
14+
7. Run `npm install`
15+
8. Run `npm start`
1516

1617
The final two steps can be done in one command via:
1718

@@ -20,6 +21,7 @@ DARKSPARK_API_KEY=<insert key here> npm start
2021
```
2122

2223
An expressjs webserver will start on port 3000. All accesses to this server will be observed by Darkspark.
24+
Browse to 'http://localhost:3000/api-doc'
2325

2426
## Postman Collection
2527

0 commit comments

Comments
 (0)
Please sign in to comment.