Skip to content

Commit

Permalink
#153 Add descriptions for each integration
Browse files Browse the repository at this point in the history
#159 Put info about hosting for free in FAQ or somewhere more visable
  • Loading branch information
peckjon committed Mar 28, 2018
1 parent 68d99fa commit 0e7c62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/clients/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ client.file(text_file).exists(function(exists) {

This will get your file as a string, saving it to the variable `input`. If you wanted to sve it to a local file instead, you'd simply `fs.writeFileSync("/path/to/save/localfile.ext", data);` in the callback.

Now you've seen how to upload a local data file, check if a file exists in a data collection, and download the file contents as a string.
Now you've seen how to upload a local data file, check if a file exists in a data collection, and download the file contents.

For more methods on how to get a file using the Data API from a data collection go to the [API Specification](http://docs.algorithmia.com/#getting-a-file).

Expand Down

0 comments on commit 0e7c62d

Please sign in to comment.