Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 384 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 384 Bytes

cj-explorer

A generic explorer client for collection+json servers.

Note: since this an HTML+JS client, you'll run into CORS[1] trouble before too long. You can get around this by:

  1. Make sure the cj server you are pinging supports the proper CORS response (TK)
  2. Make sure the client app is hosted on the same server as cj data.

[1] http://www.w3.org/TR/cors/