An open API service indexing awesome lists of open source software.

https://github.com/22a/caisson-client

Simple node client destined to talk to Caisson
https://github.com/22a/caisson-client

Last synced: 24 days ago
JSON representation

Simple node client destined to talk to Caisson

Awesome Lists containing this project

README

          

# Caisson Client

A simple node client that posts things to the caisson endpoint. Because postman doesn't allow newlines in form data

## Setup
* clone the thing
* `yarn install`

## Usage

Edit the post contents in index.js
```bash
nvim index.js
```

Send the request: (put the ec2 instance that caisson's running on in an env var)
```bash
CAISSON_EC2_IP="X.X.X.X" node index.js
```