summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-04 04:03:55 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-04 04:03:55 +0200
commit0cfde7b1c1ded067f56c681722b3c3d5f08692be (patch)
tree8f5ded6e9001f23389110ee051c10fac92ac04c0 /README.md
parent57726902fe70f6c051c20f7104a9b78687c15479 (diff)
instructiones
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index c6e6663..a79c03c 100644
--- a/README.md
+++ b/README.md
@@ -60,3 +60,17 @@ Then run the server as usual:
npm run server
```
+## Adding data
+
+### CURLing the API
+
+So long as you know the ID of the folder you're talking to, you should be golden...
+
+```
+curl \
+ -F "module=samplernn" \
+ -F "activity=train" \
+ -F "file=@woods1.jpg" \
+ localhost:7013/api/folder/1/upload/
+```
+