Skip to content

Commit

Permalink
README: document JSON API / CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jul 20, 2016
1 parent e54b7dc commit f40c959
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@ The returned `http.Server` has an `app` property that is
the `express` application that you can define or override
routes on.

### JSON

All the metadata for your organization can be fetched
via a JSON HTTP request to `/data`.

If you wish to turn on CORS, pass `-x` or `--cors` to `slackin`.

## Developing

Slackin's server side code is written in ES6. It uses babel to transpile the
Expand Down

0 comments on commit f40c959

Please sign in to comment.