1
0
Fork 0

Added sample data directory

master
Ambrose Chua 2016-12-01 01:24:39 +08:00
parent c2c11ae0a1
commit 4f0ae0098d
3 changed files with 26 additions and 0 deletions

5
data.sample/config.json Normal file
View File

@ -0,0 +1,5 @@
{
"title": "Auction Name",
"imgix": "some-imgix-source.imgix.net",
"bidinfo": "We will contact the highest bidder on ..."
}

18
data.sample/data.json Normal file
View File

@ -0,0 +1,18 @@
{
"items": [
{
"id": 1,
"description": "Fancy cards",
"quantity": 1,
"bid": {
"starting": 10,
"increment": 2
},
"images": [
{
"src": "1.jpg"
}
]
}
]
}

3
data.sample/index.html Normal file
View File

@ -0,0 +1,3 @@
<p>
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.
</p>