diff --git a/README.md b/README.md index 57af7e9..15723b2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Browse, filter and manipulate your JSON inside the browser. -- Fetch external JSON or paste local code +- Fetch local and external JSON or paste local code - Filter JSON like you would filter JS objects in the browser (e.g. `data.values[1].message`) - Copy filtered output to your clipboard as a javascript object or JSON string - Manipulate filtered output in your browser's javascript console @@ -33,6 +33,12 @@ npm run start JSON Browse is build using [`next.js`](https://github.com/zeit/next.js/), [`styled-components`](https://github.com/styled-components/styled-components) and easily deployable using [`now`](https://zeit.co/now/). +## Dependencies + +JSON Browse's all external requests are proxied with [jsonbrowse-proxy](https://github.com/jorilallo/jsonbrowse-proxy) +which only adds CORS headers (no logging is performed). Local requests are made directly so calling `localhost` +is possible. + ## License MIT