From 4f0ae0098d934fa4c3408fbf0d37e222a6f52019 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Thu, 1 Dec 2016 01:24:39 +0800 Subject: [PATCH] Added sample data directory --- data.sample/config.json | 5 +++++ data.sample/data.json | 18 ++++++++++++++++++ data.sample/index.html | 3 +++ 3 files changed, 26 insertions(+) create mode 100644 data.sample/config.json create mode 100644 data.sample/data.json create mode 100644 data.sample/index.html diff --git a/data.sample/config.json b/data.sample/config.json new file mode 100644 index 0000000..e5db289 --- /dev/null +++ b/data.sample/config.json @@ -0,0 +1,5 @@ +{ + "title": "Auction Name", + "imgix": "some-imgix-source.imgix.net", + "bidinfo": "We will contact the highest bidder on ..." +} diff --git a/data.sample/data.json b/data.sample/data.json new file mode 100644 index 0000000..e4b6337 --- /dev/null +++ b/data.sample/data.json @@ -0,0 +1,18 @@ +{ + "items": [ + { + "id": 1, + "description": "Fancy cards", + "quantity": 1, + "bid": { + "starting": 10, + "increment": 2 + }, + "images": [ + { + "src": "1.jpg" + } + ] + } + ] +} diff --git a/data.sample/index.html b/data.sample/index.html new file mode 100644 index 0000000..d86ed02 --- /dev/null +++ b/data.sample/index.html @@ -0,0 +1,3 @@ +

+ Sit dolorum iste excepturi repellendus ex quo rerum voluptates molestiae optio provident. Sed facere quidem suscipit laudantium minus sint. Delectus dicta blanditiis est veritatis officiis voluptatum amet quasi provident. Culpa. +