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

Commit

Permalink
chore: Update dependencies (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Feb 18, 2019
1 parent f5c4347 commit 7916c3c
Show file tree
Hide file tree
Showing 6 changed files with 2,142 additions and 1,868 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ You can view a [demo][demo_url] of this app.

## Prerequisites

1. Sign up for an [IBM Cloud account](https://console.bluemix.net/registration/).
1. Download the [IBM Cloud CLI](https://console.bluemix.net/docs/cli/index.html#overview).
1. Sign up for an [IBM Cloud account](https://cloud.ibm.com/registration/).
1. Download the [IBM Cloud CLI](https://cloud.ibm.com/docs/cli/index.html#overview).
1. Create an instance of the Text to Speech service and get your credentials:
- Go to the [Text to Speech](https://console.bluemix.net/catalog/services/text-to-speech) page in the IBM Cloud Catalog.
- Go to the [Text to Speech](https://cloud.ibm.com/catalog/services/text-to-speech) page in the IBM Cloud Catalog.
- Log in to your IBM Cloud account.
- Click **Create**.
- Click **Show** to view the service credentials.
Expand Down Expand Up @@ -72,7 +72,7 @@ You can view a [demo][demo_url] of this app.

## Deploying to IBM Cloud as a Cloud Foundry Application

1. Login to IBM Cloud with the [IBM Cloud CLI](https://console.bluemix.net/docs/cli/index.html#overview)
1. Login to IBM Cloud with the [IBM Cloud CLI](https://cloud.ibm.com/docs/cli/index.html#overview)

```
ibmcloud login
Expand Down Expand Up @@ -125,6 +125,6 @@ You can view a [demo][demo_url] of this app.


[service_url]: https://www.ibm.com/watson/services/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/
[docs]: https://cloud.ibm.com/apidocs/text-to-speech
[sign_up]: https://cloud.ibm.com/registration/?target=/catalog/services/text-to-speech/
[demo_url]: https://text-to-speech-demo.ng.bluemix.net
2 changes: 1 addition & 1 deletion config/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = (app) => {
app.engine('jsx', require('express-react-views').createEngine());


// Only loaded when running in Bluemix
// Only loaded when running in IBM Cloud
if (process.env.VCAP_APPLICATION) {
require('./security')(app);
}
Expand Down
Loading

0 comments on commit 7916c3c

Please sign in to comment.