File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/cognitive-services/Bing-Web-Search Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,24 +28,24 @@ Here are a few things that you'll need before running this quickstart:
28
28
29
29
## Set up your development environment
30
30
31
- Let's start by setting up the development environment for our Node.js project.
31
+ Let's start by setting up the development environment for our Node.js project.
32
32
33
33
1 . Create a new directory for your project:
34
34
35
- ```
35
+ ``` console
36
36
mkdir YOUR_PROJECT
37
37
```
38
38
39
39
2. Create a new package file:
40
40
41
- ```
41
+ ```console
42
42
cd YOUR_PROJECT
43
43
npm init
44
44
```
45
45
46
46
3. Now, let's install some azure modules and add them to the `package.json`:
47
47
48
- ```
48
+ ```console
49
49
npm install --save azure-cognitiveservices-websearch
50
50
npm install --save ms-rest-azure
51
51
```
You can’t perform that action at this time.
0 commit comments