Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
feat(Analytics): Update dependencies, analytics (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Jun 22, 2018
1 parent 35dbb9d commit 66d2c94
Show file tree
Hide file tree
Showing 9 changed files with 2,531 additions and 3,533 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -2,8 +2,6 @@


The IBM Watson [Text to Speech][service_url] service is designed for streaming, low latency, synthesis of audio from text. It is the inverse of the automatic speech recognition. The IBM Watson [Text to Speech][service_url] service is designed for streaming, low latency, synthesis of audio from text. It is the inverse of the automatic speech recognition.


[![Deploy to Bluemix](https://bluemix.net/deploy/button.png)](https://bluemix.net/devops/setup/deploy?repository=https://github.com/watson-developer-cloud/text-to-speech-nodejs)



## Getting started ## Getting started


Expand Down Expand Up @@ -123,7 +121,7 @@ For more details about developing applications that use Watson Developer Cloud s




[cloud_foundry]: https://github.com/cloudfoundry/cli [cloud_foundry]: https://github.com/cloudfoundry/cli
[getting_started]: https://www.ibm.com/watson/developercloud/doc/common/index.html [getting_started]: https://console.bluemix.net/docs/services/watson/index.html
[service_url]: https://www.ibm.com/watson/services/text-to-speech/ [service_url]: https://www.ibm.com/watson/services/text-to-speech/
[docs]: http://www.ibm.com/watson/developercloud/text-to-speech/ [docs]: https://www.ibm.com/watson/developercloud/text-to-speech/api/v1/curl.html?curl
[sign_up]: https://console.bluemix.net/registration/?target=/catalog/services/text-to-speech/ [sign_up]: https://console.bluemix.net/registration/?target=/catalog/services/text-to-speech/
2 changes: 1 addition & 1 deletion casper-runner.js
Expand Up @@ -21,7 +21,7 @@ if (!process.env.TEXT_TO_SPEECH_USERNAME) {
process.exit(0); process.exit(0);
} }


const spawn = require('child_process').spawn; const spawn = require('child_process').spawn; // eslint-disable-line
const app = require('./app'); const app = require('./app');


const port = 3000; const port = 3000;
Expand Down
1 change: 0 additions & 1 deletion config/express.js
Expand Up @@ -53,4 +53,3 @@ module.exports = (app) => {
app.use(express.static(path.join(__dirname, '..', 'node_modules/watson-react-components/dist/'))); app.use(express.static(path.join(__dirname, '..', 'node_modules/watson-react-components/dist/')));
app.use(morgan('dev')); app.use(morgan('dev'));
}; };

0 comments on commit 66d2c94

Please sign in to comment.