We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2033e94 commit 7be75f7Copy full SHA for 7be75f7
README.md
@@ -7,6 +7,15 @@ This is the Rosette API client binding for node.js.
7
## Getting Started
8
Install the module with: `npm install rosette-api`
9
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
19
20
## Example using the Rosette API language detection endpoint
21
```javascript
docker/Dockerfile
docker/README.md
docker/runAll.sh
0 commit comments