Skip to content

Commit

Permalink
Updates to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jorilallo committed Jan 16, 2017
1 parent 2870c1d commit 4b05347
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 4b05347

Please sign in to comment.