summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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/
+```
+