Skip to content

Commit 7be75f7

Browse files
author
Chris Park
committed
Updated to reference rosetteapi/docker-nodejs
- Removed docker directory - Updated README
1 parent 2033e94 commit 7be75f7

File tree

4 files changed

+9
-153
lines changed

4 files changed

+9
-153
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ This is the Rosette API client binding for node.js.
77
## Getting Started
88
Install the module with: `npm install rosette-api`
99

10+
## Docker ##
11+
A Docker image for running the examples against the compiled source library is available on Docker Hub.
12+
13+
Command: `docker run -e API_KEY=api-key -v "path-to-local-csharp-dir:/source" rosetteapi/docker-nodejs`
14+
15+
Additional environment settings:
16+
`-e ALT_URL=<alternative URL>`
17+
`-e FILENAME=<single filename>`
18+
1019

1120
## Example using the Rosette API language detection endpoint
1221
```javascript

docker/Dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

docker/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docker/runAll.sh

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)