From 4a39e8977bc9a68376ecf8e3846fcbd107669e52 Mon Sep 17 00:00:00 2001 From: Tomasz Ducin <tomasz.ducin@gmail.com> Date: Wed, 6 May 2015 23:49:06 +0200 Subject: [PATCH] online demo added to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2d7134de..ebf9d3f7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Use [JSON Schema](http://json-schema.org/) along with fake generators to provide consistent fake data for your system. Note that `json-schema-faker` supports (currently) the JSON-Schema specification **draft-04** only. +## Online demo + +See [online demo](http://json-schema-faker.js.org/). + ## Install Install `json-schema-faker` with npm: -- GitLab