node-curl-cli
v0.1.1
Published
Something to do the equivalent of a curl post
Downloads
36
Readme
node-curl-cli
TODO
node-curl-cli <file> <url>
node-curl-cli example.json http://localhost:5000/postables/example.json
nc -l -p 5000 # osx
# OR nc -l 5000 # linux