Skip to content

Commit

Permalink
better readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tulios committed Sep 6, 2013
1 parent ff1a3b2 commit af9cc77
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
@@ -0,0 +1,3 @@
# 0.1.0

* It works!
25 changes: 24 additions & 1 deletion README.md
@@ -1,4 +1,27 @@
# JSON Sweet Viewer
# JSON Viewer

![logo](https: //raw.github.com/tulios/json-viewer/master/logo.png)

A sweet JSON highlighter. It is a Chrome extension for printing JSON and JSONP.

## Output example

![output example](https: //raw.github.com/tulios/json-viewer/master/output_example.png)

## Installation

### Install through Chrome Web Store
### Compile and load

1. it depends on ruby (preferable version 2.0.0-p247)
2. gem install bundler
3. bundle install
4. rake build
5. open Chrome and go to chrome://chrome/extensions/
6. enable "Developer mode"
7. click "Load unpacked extension"
8. select "build/json_viewer" directory

## Try it on

[https//api.github.com](https://api.github.com)
Expand Down
Binary file added logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added output_example.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit af9cc77

Please sign in to comment.