A simple node client that posts things to the caisson endpoint. Because postman doesn't allow newlines in form data
- clone the thing
yarn install
Edit the post contents in index.js
nvim index.jsSend the request: (put the ec2 instance that caisson's running on in an env var)
CAISSON_EC2_IP="X.X.X.X" node index.js