Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salesking/json-schema-browser
API Explorer to browse JSON Schema based API's
https://github.com/salesking/json-schema-browser
Last synced: about 2 months ago
JSON representation
API Explorer to browse JSON Schema based API's
- Host: GitHub
- URL: https://github.com/salesking/json-schema-browser
- Owner: salesking
- Created: 2011-02-06T21:21:14.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T01:46:19.000Z (about 2 years ago)
- Last Synced: 2024-03-25T23:09:33.906Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 237 KB
- Stars: 39
- Watchers: 9
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON Schema Browser
Show JSON Schema's as formatted html, for easy API browsing. See it live at: http://sk-api-browser.herokuapp.com/
For now the browser shows SalesKing's API schema's (https://github.com/salesking/sk_api_schema/tree/master/json/v1.0)
Display formatting is done with ruby inside the haml-templates.## Install
git clone ..
bundle install
rackup
#OR ruby server.rb
# bundle exec rackup -p 4567Copyright (c) 2011-2014 Georg Leciejewski, released under the MIT license