Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honzajavorek/zdrojak-json-schema
Zdrojak.cz: JSON Schema example
https://github.com/honzajavorek/zdrojak-json-schema
Last synced: about 5 hours ago
JSON representation
Zdrojak.cz: JSON Schema example
- Host: GitHub
- URL: https://github.com/honzajavorek/zdrojak-json-schema
- Owner: honzajavorek
- License: unlicense
- Created: 2014-05-06T11:19:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-06T13:57:55.000Z (over 10 years ago)
- Last Synced: 2024-05-02T01:16:03.384Z (7 months ago)
- Language: Python
- Homepage: http://www.zdrojak.cz/clanky/json-schema-praxi/
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zdrojak.cz: JSON Schema example
Example code for my article about [JSON Schema](http://json-schema.org/).
## Installation
```bash
$ pip install -r requirements.txt
```## Usage
```bash
$ python web.py
```...then look at `http://localhost:5000`.
## License
This work is [public domain](http://unlicense.org).