|
1 | 1 | # Watson APIs Node.js SDK
|
2 | 2 |
|
3 |
| -[](http://travis-ci.org/watson-developer-cloud/node-sdk) |
| 3 | +[](https://github.com/watson-developer-cloud/node-sdk/actions?query=workflow%3A"Build+and+Test") |
| 4 | +[](https://github.com/watson-developer-cloud/node-sdk/actions?query=workflow%3A%22Deploy+and+Publish%22) |
4 | 5 | [](https://codecov.io/gh/watson-developer-cloud/node-sdk)
|
5 | 6 | [](https://wdc-slack-inviter.mybluemix.net)
|
6 | 7 | [](https://www.npmjs.com/package/ibm-watson)
|
7 | 8 | [](https://www.npmjs.com/package/ibm-watson)
|
8 | 9 | [](https://github.com/semantic-release/semantic-release)
|
9 | 10 |
|
| 11 | +## Deprecated builds |
| 12 | +[](http://travis-ci.org/watson-developer-cloud/node-sdk) |
| 13 | + |
10 | 14 | Node.js client library to use the Watson APIs.
|
11 | 15 |
|
12 | 16 | <details>
|
@@ -574,7 +578,7 @@ discovery.query(
|
574 | 578 | console.log(err);
|
575 | 579 | });
|
576 | 580 | ```
|
577 |
| -### Discovery v1 |
| 581 | +### Discovery v1 |
578 | 582 |
|
579 | 583 | Use the [Discovery Service][discovery] to search and analyze structured and unstructured data.
|
580 | 584 |
|
@@ -704,8 +708,8 @@ nlu.analyze(
|
704 | 708 |
|
705 | 709 |
|
706 | 710 | ### Personality Insights
|
707 |
| -**On 1 December 2021, Personality Insights will no longer be available. |
708 |
| - Consider migrating to Watson Natural Language Understanding. |
| 711 | +**On 1 December 2021, Personality Insights will no longer be available. |
| 712 | + Consider migrating to Watson Natural Language Understanding. |
709 | 713 | For more information, see https://github.com/watson-developer-cloud/node-sdk/tree/master#personality-insights-deprecation**
|
710 | 714 |
|
711 | 715 | Analyze text in English and get a personality profile by using the
|
|
0 commit comments