Skip to content

Commit 3b34b37

Browse files
authored
Merge pull request #37 from SirSpidey/master
Update links
2 parents 604fe25 + 6ddb69c commit 3b34b37

File tree

2 files changed

+7
-20
lines changed

2 files changed

+7
-20
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,9 @@ IBM Watson Speech Services for Web Browsers
77
Allows you to easily add voice recognition and synthesis to any web app with minimal code.
88

99
### Built for Browsers
10-
This library is primarily intended for use in web browsers.
11-
Check out [watson-developer-cloud](https://www.npmjs.com/package/watson-developer-cloud) to use Watson services (speech and others) from Node.js.
12-
13-
However, a **server-side component is required to generate auth tokens**.
14-
The examples/ folder includes example Node.js and Python servers, and SDKs are available for [Node.js](https://github.com/watson-developer-cloud/node-sdk#authorization),
15-
[Java](https://github.com/watson-developer-cloud/java-sdk),
16-
[Python](https://github.com/watson-developer-cloud/python-sdk/blob/master/examples/authorization_v1.py),
17-
and there is also a [REST API](http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/getting_started/gs-tokens.shtml).
10+
This library is primarily intended for use in web browsers. Check out [watson-developer-cloud](https://www.npmjs.com/package/watson-developer-cloud) to use Watson services (speech and others) from Node.js.
11+
12+
However, a **server-side component is required to generate auth tokens**. The examples/ folder includes example Node.js and Python servers, and SDKs are available for [Node.js](https://github.com/watson-developer-cloud/node-sdk#authorization), [Java](https://github.com/watson-developer-cloud/java-sdk), [Python](https://github.com/watson-developer-cloud/python-sdk/blob/master/examples/authorization_v1.py), and there is also a [REST API](https://www.ibm.com/watson/developercloud/doc/common/getting-started-tokens.html).
1813

1914

2015
### Installation - standalone

examples/readme.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There are also a few audio files to test with in the `static/` folder.
1010
Prerequisite
1111
------------
1212

13-
* IBM Watson Speech to Text service credentials - see http://www.ibm.com/watson/developercloud/doc/getting_started/gs-credentials.shtml
13+
* IBM Watson Speech to Text service credentials - see [Service credentials for Watson services](https://www.ibm.com/watson/developercloud/doc/common/getting-started-credentials.html)
1414
* Node.js OR Python
1515
* [Bower](https://bower.io/) for installing client-side dependencies
1616

@@ -37,17 +37,9 @@ Setup - Python
3737
Notes
3838
-----
3939

40-
* The examples all use [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) (a modern promise-based replacement for XMLHttpRequest) to retrieve auth tokens.
41-
Most supported browsers include a native fetch implementation, but a pollyfill is included in the top-level module for older browsers.
42-
* The examples use a Node.js server to generate tokens. It doesn't have to be written in Node.js, but *some server-side token generator is required*.
43-
The SDK will not accept your service credentials directly, and you can not use them to generate a token client-side.
44-
SDKs are available for [Node.js](https://github.com/watson-developer-cloud/node-sdk#authorization),
45-
[Java](https://github.com/watson-developer-cloud/java-sdk),
46-
[Python](https://github.com/watson-developer-cloud/python-sdk/blob/master/examples/authorization_v1.py),
47-
and there is a [REST API](http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/getting_started/gs-tokens.shtml)
48-
for use with other languages (or `curl`).
49-
* The Speech SDK may be used in browserify, Webpack, or as a standalone library.
50-
Most of the examples use the standalone version either installed via bower or symlinked to the root directory when developing locally.
40+
* The examples all use [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) (a modern promise-based replacement for XMLHttpRequest) to retrieve auth tokens. Most supported browsers include a native fetch implementation, but a pollyfill is included in the top-level module for older browsers.
41+
* The examples use a Node.js server to generate tokens. It doesn't have to be written in Node.js, but *some server-side token generator is required*. The SDK will not accept your service credentials directly, and you can not use them to generate a token client-side. SDKs are available for [Node.js](https://github.com/watson-developer-cloud/node-sdk#authorization), [Java](https://github.com/watson-developer-cloud/java-sdk), [Python](https://github.com/watson-developer-cloud/python-sdk/blob/master/examples/authorization_v1.py), and there is a [REST API](https://www.ibm.com/watson/developercloud/doc/common/getting-started-tokens.html) for use with other languages (or `curl`).
42+
* The Speech SDK may be used in browserify, Webpack, or as a standalone library. Most of the examples use the standalone version either installed via bower or symlinked to the root directory when developing locally.
5143

5244

5345
More Examples

0 commit comments

Comments
 (0)